summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-12-31 11:44:47 -0500
committerMike Gilbert <floppym@gentoo.org>2016-12-31 11:45:03 -0500
commit3deb5edd18bb694130e42beeba4e73d9c6163818 (patch)
treed3cbf42b1d66109f579f4ab516b202ea38560f32 /dev-util
parentdev-util/pkgconf: RESTRICT="test" (diff)
downloadgentoo-3deb5edd18bb694130e42beeba4e73d9c6163818.tar.gz
gentoo-3deb5edd18bb694130e42beeba4e73d9c6163818.tar.bz2
gentoo-3deb5edd18bb694130e42beeba4e73d9c6163818.zip
dev-util/pkgconf: sync live ebuild
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pkgconf/pkgconf-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild
index 165b782c24d7..bb84aba3d9bc 100644
--- a/dev-util/pkgconf/pkgconf-9999.ebuild
+++ b/dev-util/pkgconf/pkgconf-9999.ebuild
@@ -21,7 +21,10 @@ HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="BSD-1"
SLOT="0"
-IUSE="+pkg-config strict"
+IUSE="+pkg-config"
+
+# tests require 'kyua'
+RESTRICT="test"
DEPEND=""
RDEPEND="${DEPEND}
@@ -47,8 +50,7 @@ src_prepare() {
}
multilib_src_configure() {
- ECONF_SOURCE=${S} \
- econf $(use_enable strict)
+ ECONF_SOURCE=${S} econf
}
multilib_src_install() {