diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-01 10:13:18 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-01 10:13:18 +0100 |
commit | 618b3e86e2b4078605f99fce1eefb08ac67ea5c9 (patch) | |
tree | 06992e774f104a2880c4c3e10b84ef94d7eeae67 /dev-libs/libffi | |
parent | dev-tex/rubber: add 9999 (diff) | |
download | gentoo-618b3e86e2b4078605f99fce1eefb08ac67ea5c9.tar.gz gentoo-618b3e86e2b4078605f99fce1eefb08ac67ea5c9.tar.bz2 gentoo-618b3e86e2b4078605f99fce1eefb08ac67ea5c9.zip |
*/*: s/pax_kernel/pax-kernel/g
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r-- | dev-libs/libffi/libffi-3.3-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libffi/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libffi/libffi-3.3-r2.ebuild b/dev-libs/libffi/libffi-3.3-r2.ebuild index 3433babf3aec..95c001856050 100644 --- a/dev-libs/libffi/libffi-3.3-r2.ebuild +++ b/dev-libs/libffi/libffi-3.3-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.ta LICENSE="MIT" SLOT="0/7" # SONAME=libffi.so.7 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" -IUSE="debug pax_kernel static-libs test" +IUSE="debug pax-kernel static-libs test" RESTRICT="!test? ( test )" @@ -65,7 +65,7 @@ multilib_src_configure() { --includedir="${EPREFIX}"/usr/$(get_libdir)/${PN}/include \ --disable-multi-os-directory \ $(use_enable static-libs static) \ - $(use_enable pax_kernel pax_emutramp) \ + $(use_enable pax-kernel pax_emutramp) \ $(use_enable debug) } diff --git a/dev-libs/libffi/metadata.xml b/dev-libs/libffi/metadata.xml index 6e9a28c5ac88..1c295db12362 100644 --- a/dev-libs/libffi/metadata.xml +++ b/dev-libs/libffi/metadata.xml @@ -34,7 +34,7 @@ between the two languages. </longdescription> <use> - <flag name="pax_kernel">Use PaX emulated trampolines, for we can't use PROT_EXEC</flag> + <flag name="pax-kernel">Use PaX emulated trampolines, for we can't use PROT_EXEC</flag> </use> <upstream> <remote-id type="cpe">cpe:/a:libffi_project:libffi</remote-id> |