From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1032441-garchives=archives.gentoo.org@lists.gentoo.org> 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 08BC2138334 for <garchives@archives.gentoo.org>; Sun, 24 Jun 2018 20:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDEC4E0A43; Sun, 24 Jun 2018 20:25:57 +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 B1540E0A10 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Jun 2018 20:25:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 612A3335CC1 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Jun 2018 20:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56CB3359 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Jun 2018 20:25:51 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> 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" <slyfox@gentoo.org> Message-ID: <1529871671.3b6c8b093da0276ff589388dadc4321696d2990d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Plack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Plack/Plack-1.4.400.ebuild X-VCS-Directories: dev-perl/Plack/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3b6c8b093da0276ff589388dadc4321696d2990d X-VCS-Branch: master Date: Sun, 24 Jun 2018 20:25:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e78d443-66c6-4cf7-b0fa-2f82d147418e X-Archives-Hash: 6152ee5c3f03508bab3bca34e8025ee2 commit: 3b6c8b093da0276ff589388dadc4321696d2990d Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jun 24 20:12:21 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jun 24 20:21:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6c8b09 dev-perl/Plack: stable 1.4.400 for ppc64, bug #657690 Bug: https://bugs.gentoo.org/657690 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" dev-perl/Plack/Plack-1.4.400.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Plack/Plack-1.4.400.ebuild b/dev-perl/Plack/Plack-1.4.400.ebuild index 4948865cc70..1fffc3b0a50 100644 --- a/dev-perl/Plack/Plack-1.4.400.ebuild +++ b/dev-perl/Plack/Plack-1.4.400.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test minimal examples" PATCHES=( "${FILESDIR}/${PN}-1.3.900-network-testing.patch"