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 682F4138BED for ; Sat, 10 Oct 2015 17:50:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE0421C018; Sat, 10 Oct 2015 17:50:53 +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 20C5121C018 for ; Sat, 10 Oct 2015 17:50:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5328933FAAE for ; Sat, 10 Oct 2015 17:50:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788B5929 for ; Sat, 10 Oct 2015 17:50:47 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1444499282.792cd11df178f9c0015c48cc2df9ec92973e35f0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-UUlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Convert-UUlib/Convert-UUlib-1.500.0.ebuild X-VCS-Directories: dev-perl/Convert-UUlib/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 792cd11df178f9c0015c48cc2df9ec92973e35f0 X-VCS-Branch: master Date: Sat, 10 Oct 2015 17:50:47 +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: d46c5a71-89c9-445a-9206-ded01b85ad01 X-Archives-Hash: 27160cc63b787e9f948229bf93310378 commit: 792cd11df178f9c0015c48cc2df9ec92973e35f0 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 10 17:47:43 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 10 17:48:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792cd11d dev-perl/Convert-UUlib: Add ~sparc keywords wrt bug #559822 Package-Manager: portage-2.2.20.1 dev-perl/Convert-UUlib/Convert-UUlib-1.500.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Convert-UUlib/Convert-UUlib-1.500.0.ebuild b/dev-perl/Convert-UUlib/Convert-UUlib-1.500.0.ebuild index d33942b..f54f766 100644 --- a/dev-perl/Convert-UUlib/Convert-UUlib-1.500.0.ebuild +++ b/dev-perl/Convert-UUlib/Convert-UUlib-1.500.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A Perl interface to the uulib library" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" PATCHES=( "${FILESDIR}/${P}-unbundle.patch" )