Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
Date: Sat, 31 Jul 2021 05:20:04
Message-Id: 1627707727.0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996.sam@gentoo
1 commit: 0e0eb4f357e6deaf01cc1e41cabb0e0d07f48996
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 05:02:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 05:02:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0eb4f3
7
8 sys-apps/fix-gnustack: update EAPI 5 -> 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 13 ++++++-------
13 1 file changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
16 index f80f513ccab..8964f4883c7 100644
17 --- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
18 +++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
19 @@ -1,17 +1,16 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
28 HOMEPAGE="https://dev.gentoo.org/~blueness/fix-gnustack"
29 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
30 +S="${WORKDIR}/${PN}"
31 +
32 LICENSE="GPL-3"
33 +SLOT="0"
34 +KEYWORDS="amd64 ~x86"
35
36 DEPEND="dev-libs/elfutils"
37 RDEPEND="${DEPEND}"
38 -
39 -KEYWORDS="amd64 ~x86"
40 -SLOT="0"
41 -
42 -S="${WORKDIR}/${PN}"