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 E9B651382C5 for ; Sun, 25 Feb 2018 18:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7C02E0882; Sun, 25 Feb 2018 18:21:51 +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 C6AD6E0882 for ; Sun, 25 Feb 2018 18:21:51 +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 EB8E2335C4D for ; Sun, 25 Feb 2018 18:21:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F08224E for ; Sun, 25 Feb 2018 18:21:47 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1519582480.ca895814c5d7009ad385cd1a32c0f7391e91a36e.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ca895814c5d7009ad385cd1a32c0f7391e91a36e X-VCS-Branch: master Date: Sun, 25 Feb 2018 18:21:47 +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: 3d797ec6-71c4-4dd5-8ae9-140fe5e44635 X-Archives-Hash: 27f50af4a7771bfbbf1971a18b5a1910 commit: ca895814c5d7009ad385cd1a32c0f7391e91a36e Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Feb 25 18:14:40 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Feb 25 18:14:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca895814 dev-perl/ShipIt: x86 stable (bug #648588) Package-Manager: Portage-2.3.24, 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 a1577899ce9..cc0579c3969 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" )