summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-07-16 21:53:19 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-07-16 21:53:39 +0100
commit4e661f90fa8cf2d221d84ba48e15ac116d78b3d6 (patch)
tree70d419c8e60d466bf52fe774210635429e71f1b5 /dev-libs/libffi
parentapp-antivirus/clamav: new version 0.102.4. (diff)
downloadgentoo-4e661f90fa8cf2d221d84ba48e15ac116d78b3d6.tar.gz
gentoo-4e661f90fa8cf2d221d84ba48e15ac116d78b3d6.tar.bz2
gentoo-4e661f90fa8cf2d221d84ba48e15ac116d78b3d6.zip
dev-libs/libffi: drop USE=test-bhaible
Run full testsuite unconditionally. Reported-by: Joonas Niilola Closes: https://bugs.gentoo.org/731820 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r--dev-libs/libffi/libffi-3.3-r1.ebuild11
-rw-r--r--dev-libs/libffi/libffi-3.3-r2.ebuild11
-rw-r--r--dev-libs/libffi/metadata.xml1
3 files changed, 2 insertions, 21 deletions
diff --git a/dev-libs/libffi/libffi-3.3-r1.ebuild b/dev-libs/libffi/libffi-3.3-r1.ebuild
index f5c93c381235..996855591ae6 100644
--- a/dev-libs/libffi/libffi-3.3-r1.ebuild
+++ b/dev-libs/libffi/libffi-3.3-r1.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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug pax_kernel static-libs test test-bhaible"
+IUSE="debug pax_kernel static-libs test"
RESTRICT="!test? ( test )"
@@ -50,15 +50,6 @@ pkg_setup() {
fi
}
-src_prepare() {
- default
-
- if ! use test-bhaible; then
- # These tests are very heavyweight (hours of runtime)
- rm -v testsuite/libffi.bhaible/bhaible.exp || die
- fi
-}
-
multilib_src_configure() {
use userland_BSD && export HOST="${CHOST}"
# --includedir= path maintains a few properties:
diff --git a/dev-libs/libffi/libffi-3.3-r2.ebuild b/dev-libs/libffi/libffi-3.3-r2.ebuild
index 22591c894710..abb1a62a7f17 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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug pax_kernel static-libs test +test-bhaible"
+IUSE="debug pax_kernel static-libs test"
RESTRICT="!test? ( test )"
@@ -52,15 +52,6 @@ pkg_setup() {
fi
}
-src_prepare() {
- default
-
- if ! use test-bhaible; then
- # These tests are very heavyweight (hours of runtime)
- rm -v testsuite/libffi.bhaible/bhaible.exp || die
- fi
-}
-
multilib_src_configure() {
use userland_BSD && export HOST="${CHOST}"
# --includedir= path maintains a few properties:
diff --git a/dev-libs/libffi/metadata.xml b/dev-libs/libffi/metadata.xml
index ee959783eead..6e9a28c5ac88 100644
--- a/dev-libs/libffi/metadata.xml
+++ b/dev-libs/libffi/metadata.xml
@@ -35,7 +35,6 @@
</longdescription>
<use>
<flag name="pax_kernel">Use PaX emulated trampolines, for we can't use PROT_EXEC</flag>
- <flag name="test-bhaible">Run extended regression tests (very slow).</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:libffi_project:libffi</remote-id>