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 303D01396D0 for ; Thu, 31 Aug 2017 15:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C7D11FC041; Thu, 31 Aug 2017 15:39:21 +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 5CF2A1FC041 for ; Thu, 31 Aug 2017 15:39:21 +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 7F4E633BEC7 for ; Thu, 31 Aug 2017 15:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22904891B for ; Thu, 31 Aug 2017 15:39:19 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504193944.c55a729e2b6d967da73864c865214b3b4681fc83.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ack/ack-2.18-r1.ebuild X-VCS-Directories: sys-apps/ack/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c55a729e2b6d967da73864c865214b3b4681fc83 X-VCS-Branch: master Date: Thu, 31 Aug 2017 15:39:19 +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: 9940eacb-11a2-46ef-b0ed-4cf9e3f7a2f2 X-Archives-Hash: 2caec14b0b8f337d710127a73594c790 commit: c55a729e2b6d967da73864c865214b3b4681fc83 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 15:32:42 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 15:39:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55a729e sys-apps/ack: stabilize 2.18-r1 sys-apps/ack/ack-2.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/ack/ack-2.18-r1.ebuild b/sys-apps/ack/ack-2.18-r1.ebuild index 82a1ae34ccc..b2905c70da3 100644 --- a/sys-apps/ack/ack-2.18-r1.ebuild +++ b/sys-apps/ack/ack-2.18-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://betterthangrep.com/ ${HOMEPAGE}" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="test" RDEPEND=">=dev-perl/File-Next-1.160.0"