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 48E18138331 for ; Wed, 10 Jan 2018 19:49:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 620F7E0ABD; Wed, 10 Jan 2018 19:49:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3B7A4E0AAB for ; Wed, 10 Jan 2018 19:49:12 +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 D2DFD335C4D for ; Wed, 10 Jan 2018 19:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 646651AF for ; Wed, 10 Jan 2018 19:49:09 +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: <1515613736.bf64a1db0e41226ed34f8723ea17a21867933e6c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Quote/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild X-VCS-Directories: dev-perl/Sub-Quote/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bf64a1db0e41226ed34f8723ea17a21867933e6c X-VCS-Branch: master Date: Wed, 10 Jan 2018 19:49:09 +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: a41049c1-e0ec-49e8-b70c-272a4fed958f X-Archives-Hash: b82f0d8b2c62f2f6ade072b665c44e89 commit: bf64a1db0e41226ed34f8723ea17a21867933e6c Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jan 10 18:51:06 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jan 10 19:48:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf64a1db dev-perl/Sub-Quote: keyworded 2.3.1 for sparc, bug #643980 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild b/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild index 4369b68005b..e7bf7a1c5be 100644 --- a/dev-perl/Sub-Quote/Sub-Quote-2.3.1.ebuild +++ b/dev-perl/Sub-Quote/Sub-Quote-2.3.1.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 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="efficient generation of subroutines via string eval" SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc x86" +KEYWORDS="amd64 ~arm hppa ppc ~sparc x86" IUSE="test minimal" RDEPEND="