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/paxctl/
Date: Sat, 29 Jan 2022 03:56:25
Message-Id: 1643428567.cc6be69fd60edc5a442427e4251d8b2bf80cc720.sam@gentoo
1 commit: cc6be69fd60edc5a442427e4251d8b2bf80cc720
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 01:58:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 03:56:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6be69f
7
8 sys-apps/paxctl: update EAPI 5 -> 8
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/paxctl/paxctl-0.9.ebuild | 15 +++++++--------
13 1 file changed, 7 insertions(+), 8 deletions(-)
14
15 diff --git a/sys-apps/paxctl/paxctl-0.9.ebuild b/sys-apps/paxctl/paxctl-0.9.ebuild
16 index 4ab860b42254..797562ba4f0f 100644
17 --- a/sys-apps/paxctl/paxctl-0.9.ebuild
18 +++ b/sys-apps/paxctl/paxctl-0.9.ebuild
19 @@ -1,27 +1,26 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="5"
25 +EAPI=8
26
27 -inherit toolchain-funcs epatch
28 +inherit toolchain-funcs
29
30 DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries"
31 HOMEPAGE="https://pax.grsecurity.net"
32 SRC_URI="https://pax.grsecurity.net/${P}.tar.gz"
33
34 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
35 -IUSE=""
36 LICENSE="GPL-2"
37 SLOT="0"
38 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
39
40 -DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
41 -RDEPEND=""
42 +BDEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
43
44 src_prepare() {
45 + default
46 +
47 sed \
48 "s:--owner 0 --group 0::g" \
49 -i Makefile || die
50 - epatch_user
51 }
52
53 src_compile() {