Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/
Date: Sat, 31 Dec 2016 16:45:10
Message-Id: 1483202703.3deb5edd18bb694130e42beeba4e73d9c6163818.floppym@gentoo
1 commit: 3deb5edd18bb694130e42beeba4e73d9c6163818
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 16:44:47 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 16:45:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3deb5edd
7
8 dev-util/pkgconf: sync live ebuild
9
10 dev-util/pkgconf/pkgconf-9999.ebuild | 8 +++++---
11 1 file changed, 5 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild
14 index 165b782..bb84aba 100644
15 --- a/dev-util/pkgconf/pkgconf-9999.ebuild
16 +++ b/dev-util/pkgconf/pkgconf-9999.ebuild
17 @@ -21,7 +21,10 @@ HOMEPAGE="https://github.com/pkgconf/pkgconf"
18
19 LICENSE="BSD-1"
20 SLOT="0"
21 -IUSE="+pkg-config strict"
22 +IUSE="+pkg-config"
23 +
24 +# tests require 'kyua'
25 +RESTRICT="test"
26
27 DEPEND=""
28 RDEPEND="${DEPEND}
29 @@ -47,8 +50,7 @@ src_prepare() {
30 }
31
32 multilib_src_configure() {
33 - ECONF_SOURCE=${S} \
34 - econf $(use_enable strict)
35 + ECONF_SOURCE=${S} econf
36 }
37
38 multilib_src_install() {