From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86734139894 for ; Mon, 24 Aug 2015 15:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E613E141D5; Mon, 24 Aug 2015 15:34:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 937B1141D5 for ; Mon, 24 Aug 2015 15:34:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66688340792 for ; Mon, 24 Aug 2015 15:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63AE414B for ; Mon, 24 Aug 2015 15:34:17 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1440430300.78e94c6bd5ac046bd29f6df42264ddc6d17939d6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gherkin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/gherkin/gherkin-2.12.2.ebuild X-VCS-Directories: dev-ruby/gherkin/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 78e94c6bd5ac046bd29f6df42264ddc6d17939d6 X-VCS-Branch: master Date: Mon, 24 Aug 2015 15:34:17 +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: 491a8c88-1a62-43a6-83e3-1fd31d3d7fb5 X-Archives-Hash: 6128b2921c2249cb549466bbf2208910 commit: 78e94c6bd5ac046bd29f6df42264ddc6d17939d6 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Aug 24 15:31:40 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Aug 24 15:31:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e94c6b dev-ruby/gherkin: Add ~ia64 keyword wrt bug #553470 Package-Manager: portage-2.2.20.1 dev-ruby/gherkin/gherkin-2.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/gherkin/gherkin-2.12.2.ebuild b/dev-ruby/gherkin/gherkin-2.12.2.ebuild index a984e14..49f5d3b 100644 --- a/dev-ruby/gherkin/gherkin-2.12.2.ebuild +++ b/dev-ruby/gherkin/gherkin-2.12.2.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/cucumber/gherkin" LICENSE="MIT" SRC_URI="https://github.com/cucumber/gherkin/archive/v${PV}.tar.gz -> ${P}-git.tgz" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86" SLOT="0" IUSE="doc test"