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 80457138D56 for ; Mon, 24 Oct 2016 21:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E86EE0912; Mon, 24 Oct 2016 21:43:37 +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 11E8BE0912 for ; Mon, 24 Oct 2016 21:43:37 +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 183BA3415FA for ; Mon, 24 Oct 2016 21:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81FAE248E for ; Mon, 24 Oct 2016 21:43:34 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1477345409.8349cc6f6e786263aa75b2c414de5fa9693fa729.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-isa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild X-VCS-Directories: dev-perl/UNIVERSAL-isa/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 8349cc6f6e786263aa75b2c414de5fa9693fa729 X-VCS-Branch: master Date: Mon, 24 Oct 2016 21:43:34 +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: 3a4c29a2-725b-4711-b68f-d011365bd468 X-Archives-Hash: d4a95b9cb8102ac7bc827a44a14a9b6e commit: 8349cc6f6e786263aa75b2c414de5fa9693fa729 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Oct 24 21:42:49 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Oct 24 21:43:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8349cc6f dev-perl/UNIVERSAL-isa: Stable for remaining arches (ALLARCHES; bug 588522) Package-Manager: portage-2.3.2 dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild index 5beb8b6..3a91746 100644 --- a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild +++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.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$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-aix" +KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix" IUSE="test" RDEPEND="