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 41116139086 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 277DB234BBC; Sat, 31 Dec 2016 16:45:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 07D14234BBC for ; Sat, 31 Dec 2016 16:45:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DBE9B341776 for ; Sat, 31 Dec 2016 16:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4F924E9 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.311dbd754537f5f01f9179ae7045f5504ff0fbbe.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-1.1.0.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 311dbd754537f5f01f9179ae7045f5504ff0fbbe 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: ba97e9ac-9ccd-40ec-aefd-5755539b6142 X-Archives-Hash: a24df36425c9de77de0557c647ec4bd7 commit: 311dbd754537f5f01f9179ae7045f5504ff0fbbe Author: Mike Gilbert gentoo org> AuthorDate: Sat Dec 31 16:43:54 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=311dbd75 dev-util/pkgconf: RESTRICT="test" dev-util/pkgconf/pkgconf-1.1.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/pkgconf/pkgconf-1.1.0.ebuild b/dev-util/pkgconf/pkgconf-1.1.0.ebuild index d65edec..bb84aba 100644 --- a/dev-util/pkgconf/pkgconf-1.1.0.ebuild +++ b/dev-util/pkgconf/pkgconf-1.1.0.ebuild @@ -23,6 +23,9 @@ LICENSE="BSD-1" SLOT="0" IUSE="+pkg-config" +# tests require 'kyua' +RESTRICT="test" + DEPEND="" RDEPEND="${DEPEND} pkg-config? (