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 3A1F6139695 for ; Sat, 5 Aug 2017 19:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1722FE0C75; Sat, 5 Aug 2017 19:17:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EB53DE0C75 for ; Sat, 5 Aug 2017 19:17:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0B1143417B5 for ; Sat, 5 Aug 2017 19:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C503D75F2 for ; Sat, 5 Aug 2017 19:17:42 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1501960623.a87c62ce6d7388322cab366c8e1aa6e85f89d066.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild X-VCS-Directories: dev-perl/Type-Tiny-XS/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a87c62ce6d7388322cab366c8e1aa6e85f89d066 X-VCS-Branch: master Date: Sat, 5 Aug 2017 19:17:42 +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: fb99f733-93c0-4fa6-a37c-8c73e485ebfc X-Archives-Hash: 3d72686b4e3a77c0c9382982799170aa commit: a87c62ce6d7388322cab366c8e1aa6e85f89d066 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 5 19:17:03 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 5 19:17:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87c62ce dev-perl/Type-Tiny-XS: keyworded 0.12.0 for ppc, bug #620768 Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc" dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild index b631639817d..267c7d5ae6f 100644 --- a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild +++ b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="provides an XS boost for some of Type::Tiny's built-in type constraints" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc x86" IUSE="test minimal" RDEPEND="