diff options
author | Sam James <sam@gentoo.org> | 2021-07-31 06:02:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 06:02:07 +0100 |
commit | 0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996 (patch) | |
tree | 9b4f80bcfd9a3dbd251fe287c141364cc4041211 /sys-apps | |
parent | sys-apps/fix-gnustack: fix metadata indentation (diff) | |
download | gentoo-0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996.tar.gz gentoo-0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996.tar.bz2 gentoo-0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996.zip |
sys-apps/fix-gnustack: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild index f80f513ccabd..8964f4883c79 100644 --- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild +++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK" HOMEPAGE="https://dev.gentoo.org/~blueness/fix-gnustack" SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2" +S="${WORKDIR}/${PN}" + LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ~x86" DEPEND="dev-libs/elfutils" RDEPEND="${DEPEND}" - -KEYWORDS="amd64 ~x86" -SLOT="0" - -S="${WORKDIR}/${PN}" |