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 4A4F613829C for ; Tue, 31 May 2016 19:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C99A721C04D; Tue, 31 May 2016 19:19:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78BA621C04D for ; Tue, 31 May 2016 19:19:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99269340C6F for ; Tue, 31 May 2016 19:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47284983 for ; Tue, 31 May 2016 19:19:38 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1464722374.8acfd9622a10b4a0f00d8e57a3bb3c0341af1f2f.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Switch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Switch/Switch-2.170.0.ebuild X-VCS-Directories: dev-perl/Switch/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 8acfd9622a10b4a0f00d8e57a3bb3c0341af1f2f X-VCS-Branch: master Date: Tue, 31 May 2016 19:19:38 +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: b91bbca6-ad29-4c98-9db3-a6f0bd582da6 X-Archives-Hash: 581f839a30cf7c4714821255a705a46d commit: 8acfd9622a10b4a0f00d8e57a3bb3c0341af1f2f Author: Tobias Klausmann gentoo org> AuthorDate: Tue May 31 19:19:17 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue May 31 19:19:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acfd962 dev-perl/Switch-2.170.0-r0: add alpha keyword Gentoo-Bug: 582176 Package-Manager: portage-2.3.0_rc1 dev-perl/Switch/Switch-2.170.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Switch/Switch-2.170.0.ebuild b/dev-perl/Switch/Switch-2.170.0.ebuild index e394cbe..c96a374 100644 --- a/dev-perl/Switch/Switch-2.170.0.ebuild +++ b/dev-perl/Switch/Switch-2.170.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="A switch statement for Perl" #SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" IUSE="" SRC_TEST="do"