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-compat | |
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-compat')
-rw-r--r-- | dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libffi-compat/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild b/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild index 135b4dbf980d..179381df9723 100644 --- a/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild +++ b/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="ftp://sourceware.org/pub/libffi/libffi-${PV}.tar.gz" LICENSE="MIT" SLOT="6" # libffi.so.6 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~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 test" +IUSE="debug pax-kernel test" RESTRICT="!test? ( test )" @@ -45,7 +45,7 @@ multilib_src_configure() { use userland_BSD && export HOST="${CHOST}" econf \ --disable-static \ - $(use_enable pax_kernel pax_emutramp) \ + $(use_enable pax-kernel pax_emutramp) \ $(use_enable debug) } diff --git a/dev-libs/libffi-compat/metadata.xml b/dev-libs/libffi-compat/metadata.xml index 6e9a28c5ac88..1c295db12362 100644 --- a/dev-libs/libffi-compat/metadata.xml +++ b/dev-libs/libffi-compat/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> |