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 531B6139085 for ; Wed, 28 Dec 2016 17:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA088224199; Wed, 28 Dec 2016 17:25:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AA1AC224199 for ; Wed, 28 Dec 2016 17:25:12 +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 CA5C4340AC7 for ; Wed, 28 Dec 2016 17:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 742E14A8 for ; Wed, 28 Dec 2016 17:25:10 +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: <1482945900.59ba4da5dd79aaa8c4ca4584bce4162da38ce1e6.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild X-VCS-Directories: dev-perl/WWW-Curl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 59ba4da5dd79aaa8c4ca4584bce4162da38ce1e6 X-VCS-Branch: master Date: Wed, 28 Dec 2016 17:25:10 +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: c31a6610-6744-4be4-9f95-469791c31aab X-Archives-Hash: 3bbb76ed851fc492ea526ec5bb341a59 commit: 59ba4da5dd79aaa8c4ca4584bce4162da38ce1e6 Author: Kent Fredric gentoo org> AuthorDate: Wed Dec 28 17:24:28 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Dec 28 17:25:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ba4da5 dev-perl/WWW-Curl: x86 stable re bug #594278 AT by Myckel Habets Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild index 56672c1..698eb76 100644 --- a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild +++ b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Perl extension interface for libcurl" LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND="net-misc/curl"