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 88A601382C5 for ; Sat, 24 Feb 2018 08:07:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B939DE07F2; Sat, 24 Feb 2018 08:07:26 +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 93813E07F2 for ; Sat, 24 Feb 2018 08:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 68AFB335C2F for ; Sat, 24 Feb 2018 08:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDAF823D for ; Sat, 24 Feb 2018 08:07:23 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1519459582.f613e0d0bb5f480915edd42087f784cc005efcc1.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ShipIt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild X-VCS-Directories: dev-perl/ShipIt/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: f613e0d0bb5f480915edd42087f784cc005efcc1 X-VCS-Branch: master Date: Sat, 24 Feb 2018 08:07:23 +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: 232d8923-406b-48ab-93ae-e96dd02163ce X-Archives-Hash: 217992b13bc2d6f603583b05242b7441 commit: f613e0d0bb5f480915edd42087f784cc005efcc1 Author: Jason Zaman gentoo org> AuthorDate: Sat Feb 24 07:50:50 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Feb 24 08:06:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f613e0d0 dev-perl/ShipIt: amd64 stable Gentoo-bug: 648588 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild b/dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild index 5425b69cda0..a1577899ce9 100644 --- a/dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild +++ b/dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Software Release Tool" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" PATCHES=( "${FILESDIR}/${PN}-0.60-version-test.patch" )