From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EDA521384B4 for ; Sat, 2 Jan 2016 16:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37584E0864; Sat, 2 Jan 2016 16:53:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CADBAE0864 for ; Sat, 2 Jan 2016 16:53:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3F6033E5E4 for ; Sat, 2 Jan 2016 16:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CAD6C89 for ; Sat, 2 Jan 2016 16:53:00 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1451753549.85949f9c1ce1cb1beee9d4fc61969a3565417973.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pkg-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pkg-config/pkg-config-1.1.6.ebuild X-VCS-Directories: dev-ruby/pkg-config/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 85949f9c1ce1cb1beee9d4fc61969a3565417973 X-VCS-Branch: master Date: Sat, 2 Jan 2016 16:53:00 +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: dc41cb85-3817-4d8f-a61b-babd0b353cbd X-Archives-Hash: 6b7c1a59eb38d1f4ca0a512cb5e55a7a commit: 85949f9c1ce1cb1beee9d4fc61969a3565417973 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 2 16:52:29 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 2 16:52:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85949f9c dev-ruby/pkg-config: Stable for PPC64 (bug #568042). Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches dev-ruby/pkg-config/pkg-config-1.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild index e957c32..5118be1 100644 --- a/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="A pkg-config implementation by Ruby" HOMEPAGE="https://github.com/rcairo/pkg-config" LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" SLOT="0" IUSE="test"