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 5A8641382C5 for ; Thu, 22 Mar 2018 06:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 968E8E099B; Thu, 22 Mar 2018 06:07:12 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7295DE099B for ; Thu, 22 Mar 2018 06:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 317CB335C06 for ; Thu, 22 Mar 2018 06:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69B26269 for ; Thu, 22 Mar 2018 06:07:07 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1521698794.28a8f016342bcf1670075ac797bb0be4b989dc5d.maekke@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.2.8.ebuild X-VCS-Directories: dev-ruby/pkg-config/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 28a8f016342bcf1670075ac797bb0be4b989dc5d X-VCS-Branch: master Date: Thu, 22 Mar 2018 06:07:07 +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: fe93d0de-470d-4e2b-a736-b5f7da9b82e7 X-Archives-Hash: 37097d7cbb7846086251a233e8bb9ad8 commit: 28a8f016342bcf1670075ac797bb0be4b989dc5d Author: Markus Meier gentoo org> AuthorDate: Thu Mar 22 06:06:34 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Mar 22 06:06:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a8f016 dev-ruby/pkg-config: arm stable, bug #642004 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" dev-ruby/pkg-config/pkg-config-1.2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild b/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild index 25a33f6bfe4..f3b7e888b47 100644 --- a/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ DESCRIPTION="A pkg-config implementation by Ruby" HOMEPAGE="https://github.com/rcairo/pkg-config" LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86" SLOT="0" IUSE="test"