commit:     3deb5edd18bb694130e42beeba4e73d9c6163818
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 16:44:47 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 16:45:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3deb5edd

dev-util/pkgconf: sync live ebuild

 dev-util/pkgconf/pkgconf-9999.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild 
b/dev-util/pkgconf/pkgconf-9999.ebuild
index 165b782..bb84aba 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() {

Reply via email to