From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-979871-garchives=archives.gentoo.org@lists.gentoo.org> 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 1A98D1396D9 for <garchives@archives.gentoo.org>; Mon, 23 Oct 2017 07:28:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EE69E0FA2; Mon, 23 Oct 2017 07:28:22 +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 1E6FEE0FA2 for <gentoo-commits@lists.gentoo.org>; Mon, 23 Oct 2017 07:28:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0184E33C1EB for <gentoo-commits@lists.gentoo.org>; Mon, 23 Oct 2017 07:28:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EFAE82D for <gentoo-commits@lists.gentoo.org>; Mon, 23 Oct 2017 07:28:19 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1508743694.4f25b4e247ba1300c2a24af32c5d582eff7210ee.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-tag_expressions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild X-VCS-Directories: dev-util/cucumber-tag_expressions/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4f25b4e247ba1300c2a24af32c5d582eff7210ee X-VCS-Branch: master Date: Mon, 23 Oct 2017 07:28:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31706b15-4428-4f3c-9f78-d37789f54bf8 X-Archives-Hash: e42b3ec085bb242c19e8008aab86a3ef commit: 4f25b4e247ba1300c2a24af32c5d582eff7210ee Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Mon Oct 23 07:27:43 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Mon Oct 23 07:28:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f25b4e2 dev-util/cucumber-tag_expressions: keyworded 1.0.1 for ia64, bug #634924 Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild index ff3a2e992d4..fe1ec629eb0 100644 --- a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild +++ b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild @@ -14,5 +14,5 @@ DESCRIPTION="Cucumber tag expressions for ruby" HOMEPAGE="https://docs.cucumber.io/tag-expressions/" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ia64" SLOT="1"