diff options
author | Sam James <sam@gentoo.org> | 2023-10-24 01:06:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-24 01:06:14 +0100 |
commit | 36c2fbdab6b40b00759213951e00b9cc48d7a646 (patch) | |
tree | 95d324c6068cd8a9d95df213f4e5262ea4431567 /sys-libs/fortify-headers | |
parent | app-misc/gramps: Stabilize 5.1.6-r3 amd64, #916194 (diff) | |
download | gentoo-36c2fbdab6b40b00759213951e00b9cc48d7a646.tar.gz gentoo-36c2fbdab6b40b00759213951e00b9cc48d7a646.tar.bz2 gentoo-36c2fbdab6b40b00759213951e00b9cc48d7a646.zip |
sys-libs/fortify-headers: update EAPI 7 -> 8, use live template
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/fortify-headers')
-rw-r--r-- | sys-libs/fortify-headers/fortify-headers-9999.ebuild | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/sys-libs/fortify-headers/fortify-headers-9999.ebuild b/sys-libs/fortify-headers/fortify-headers-9999.ebuild index 27b835004a56..d272815bf352 100644 --- a/sys-libs/fortify-headers/fortify-headers-9999.ebuild +++ b/sys-libs/fortify-headers/fortify-headers-9999.ebuild @@ -1,14 +1,20 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -EGIT_REPO_URI="https://github.com/jvoisin/fortify-headers" -inherit git-r3 - -DESCRIPTION="A standalone implementation of fortify source" +DESCRIPTION="Standalone implementation of fortify source" HOMEPAGE="https://github.com/jvoisin/fortify-headers" +if [[ ${PV} == *9999* ]] ; then + EGIT_REPO_URI="https://github.com/jvoisin/fortify-headers" + inherit git-r3 +else + FORTIFY_COMMIT="" + SRC_URI="https://github.com/jvoisin/fortify-headers/archive/${FORTIFY_COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" +fi + LICENSE="ISC" SLOT="0" |