Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libffi/
Date: Sun, 01 Aug 2021 10:06:22
Message-Id: 1627812329.2c8624ed4985633da9e02e01abd1c85796f2565f.marecki@gentoo
1 commit: 2c8624ed4985633da9e02e01abd1c85796f2565f
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 10:05:29 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 10:05:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8624ed
7
8 */*: remove deprecated USE flag 'pax_kernel'
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-libs/libffi/libffi-3.3-r2.ebuild | 5 +----
13 dev-libs/libffi/libffi-3.4.2.ebuild | 5 +----
14 dev-libs/libffi/metadata.xml | 1 -
15 3 files changed, 2 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-libs/libffi/libffi-3.3-r2.ebuild b/dev-libs/libffi/libffi-3.3-r2.ebuild
18 index 40e5b2deafa..95c00185605 100644
19 --- a/dev-libs/libffi/libffi-3.3-r2.ebuild
20 +++ b/dev-libs/libffi/libffi-3.3-r2.ebuild
21 @@ -14,12 +14,9 @@ SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.ta
22 LICENSE="MIT"
23 SLOT="0/7" # SONAME=libffi.so.7
24 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 -IUSE="debug pax-kernel pax_kernel static-libs test"
26 +IUSE="debug pax-kernel static-libs test"
27
28 RESTRICT="!test? ( test )"
29 -# If you are USE=pax_kernel user you really want USE=pax-kernel as well.
30 -# That's a flag rename: https://archives.gentoo.org/gentoo-dev/message/273f5ec9ebc8075f6ee8d8cdda9e759e
31 -REQUIRED_USE="pax_kernel? ( pax-kernel )"
32
33 RDEPEND=""
34 DEPEND=""
35
36 diff --git a/dev-libs/libffi/libffi-3.4.2.ebuild b/dev-libs/libffi/libffi-3.4.2.ebuild
37 index ea7ec8362d0..71baf938aac 100644
38 --- a/dev-libs/libffi/libffi-3.4.2.ebuild
39 +++ b/dev-libs/libffi/libffi-3.4.2.ebuild
40 @@ -14,12 +14,9 @@ SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.ta
41 LICENSE="MIT"
42 SLOT="0/8" # SONAME=libffi.so.8
43 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
44 -IUSE="debug exec-static-trampoline pax-kernel pax_kernel static-libs test"
45 +IUSE="debug exec-static-trampoline pax-kernel static-libs test"
46
47 RESTRICT="!test? ( test )"
48 -# If you are USE=pax_kernel user you really want USE=pax-kernel as well.
49 -# That's a flag rename: https://archives.gentoo.org/gentoo-dev/message/273f5ec9ebc8075f6ee8d8cdda9e759e
50 -REQUIRED_USE="pax_kernel? ( pax-kernel )"
51
52 RDEPEND=""
53 DEPEND=""
54
55 diff --git a/dev-libs/libffi/metadata.xml b/dev-libs/libffi/metadata.xml
56 index 1846097c8bc..a6150455873 100644
57 --- a/dev-libs/libffi/metadata.xml
58 +++ b/dev-libs/libffi/metadata.xml
59 @@ -36,7 +36,6 @@
60 <use>
61 <flag name="exec-static-trampoline">Don't rely on dynamic code generation for trampolines.</flag>
62 <flag name="pax-kernel">Use PaX emulated trampolines, for we can't use PROT_EXEC</flag>
63 - <flag name="pax_kernel">DEPRECATED alias for 'pax-kernel'. Do not use.</flag>
64 </use>
65 <upstream>
66 <remote-id type="cpe">cpe:/a:libffi_project:libffi</remote-id>