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 AD11913832E for ; Thu, 18 Aug 2016 03:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4627421C06A; Thu, 18 Aug 2016 03:01:15 +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 E1D8AE0A61 for ; Thu, 18 Aug 2016 03:01:13 +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 0C05C340DB1 for ; Thu, 18 Aug 2016 03:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A93862467 for ; Thu, 18 Aug 2016 03:01:08 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1471489249.34b7768ef242a44214233e73e86619b0b26916a1.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Capture-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild X-VCS-Directories: dev-perl/Capture-Tiny/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 34b7768ef242a44214233e73e86619b0b26916a1 X-VCS-Branch: master Date: Thu, 18 Aug 2016 03:01:08 +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: 93faca44-bb8c-480f-8593-53719b5c26f6 X-Archives-Hash: ffec46ffaacb472d12d8ad7ef65c9f06 commit: 34b7768ef242a44214233e73e86619b0b26916a1 Author: Kent Fredric gentoo org> AuthorDate: Tue Aug 16 08:50:01 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Aug 18 03:00:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b7768e dev-perl/Capture-Tiny: Remove unused stable bits on exp arches Keyworing note: mips is still broken due to perl itself and the virtuals. Package-Manager: portage-2.3.0 dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild index d7397e0..3773912 100644 --- a/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild +++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.300.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="Capture STDOUT and STDERR from Perl, XS or external programs" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="test" RDEPEND="