From 741ef5addcc413f07785dd613f386ff9e4596dc0 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Sun, 29 Jan 2023 22:14:38 -0500 Subject: [PATCH] linenum: fix qa warning --- app-exploits/linenum/linenum-99999999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-exploits/linenum/linenum-99999999.ebuild b/app-exploits/linenum/linenum-99999999.ebuild index 1f4cf8f1f..7d965e8af 100644 --- a/app-exploits/linenum/linenum-99999999.ebuild +++ b/app-exploits/linenum/linenum-99999999.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit git-r3 DESCRIPTION="Local Linux enumeration and privilege escalation checker" HOMEPAGE="https://github.com/rebootuser/LinEnum" -EGIT_REPO_URI="https://github.com/rebootuser/LinEnum" if [[ ${PV} != *9999 ]]; then EGIT_COMMIT="c47f9b226d3ce2848629f25fe142c1b2986bc427" KEYWORDS="amd64 x86" +else + inherit git-r3 + EGIT_REPO_URI="https://github.com/rebootuser/LinEnum" fi LICENSE="MIT"