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 A641A138330 for ; Sun, 7 Jan 2018 20:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B92E087C; Sun, 7 Jan 2018 20:53:11 +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 C3B51E087C for ; Sun, 7 Jan 2018 20:53:11 +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 B9849340E4F for ; Sun, 7 Jan 2018 20:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E75F1A7 for ; Sun, 7 Jan 2018 20:53:09 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1515358297.1bb4ea1e0695150a3f35f876b8d829c14e7e34e3.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber/cucumber-3.0.2.ebuild X-VCS-Directories: dev-util/cucumber/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 1bb4ea1e0695150a3f35f876b8d829c14e7e34e3 X-VCS-Branch: master Date: Sun, 7 Jan 2018 20:53:09 +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: e19ee7e0-c017-4737-b31f-3d9fbeed40b4 X-Archives-Hash: 0d42ed9123e353cda5375bced4556ebc commit: 1bb4ea1e0695150a3f35f876b8d829c14e7e34e3 Author: Markus Meier gentoo org> AuthorDate: Sun Jan 7 20:50:44 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Jan 7 20:51:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb4ea1e dev-util/cucumber: add ~arm, bug #634924 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm" dev-util/cucumber/cucumber-3.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cucumber/cucumber-3.0.2.ebuild b/dev-util/cucumber/cucumber-3.0.2.ebuild index 70e3c8c04bc..1a6d022df34 100644 --- a/dev-util/cucumber/cucumber-3.0.2.ebuild +++ b/dev-util/cucumber/cucumber-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P} RUBY_S="cucumber-ruby-${PV}" LICENSE="Ruby" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc" SLOT="0" IUSE="examples test"