From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3858B139085 for ; Sat, 31 Dec 2016 16:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87267234BC8; Sat, 31 Dec 2016 16:45:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 668A6234BC8 for ; Sat, 31 Dec 2016 16:45:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 610FE34177F for ; Sat, 31 Dec 2016 16:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 918F424F2 for ; Sat, 31 Dec 2016 16:45:06 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1483202703.3deb5edd18bb694130e42beeba4e73d9c6163818.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconf/pkgconf-9999.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3deb5edd18bb694130e42beeba4e73d9c6163818 X-VCS-Branch: master Date: Sat, 31 Dec 2016 16:45:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 089afaa7-d576-4940-8cd1-aa50cb3de665 X-Archives-Hash: 2bead8e043cb474ed94bfe9067a95bc8 commit: 3deb5edd18bb694130e42beeba4e73d9c6163818 Author: Mike Gilbert gentoo org> AuthorDate: Sat Dec 31 16:44:47 2016 +0000 Commit: Mike Gilbert gentoo 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() {