diff options
Diffstat (limited to 'dev-util/pkgconf/pkgconf-9999.ebuild')
-rw-r--r-- | dev-util/pkgconf/pkgconf-9999.ebuild | 8 |
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() { |