From 3deb5edd18bb694130e42beeba4e73d9c6163818 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 31 Dec 2016 11:44:47 -0500 Subject: dev-util/pkgconf: sync live ebuild --- dev-util/pkgconf/pkgconf-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'dev-util') 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() { -- cgit v1.2.3-65-gdbad