mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-07 12:01:54 +02:00
linux-exploit-suggester: fix qa warning
This commit is contained in:
parent
0d6b0ba6ac
commit
dc2231e618
1 changed files with 5 additions and 5 deletions
|
|
@ -1,17 +1,17 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Linux Exploit Suggester based on operating system release number"
|
||||
HOMEPAGE="https://github.com/InteliSecureLabs/Linux_Exploit_Suggester"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/InteliSecureLabs/Linux_Exploit_Suggester"
|
||||
if [[ ${PV} != *9999 ]]; then
|
||||
EGIT_COMMIT="9db2f5a2af9cbaf4170ccb3b2674b92487fbca03"
|
||||
KEYWORDS="amd64 x86"
|
||||
else
|
||||
EGIT_REPO_URI="https://github.com/InteliSecureLabs/Linux_Exploit_Suggester"
|
||||
inherit git-r3
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue