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 E01B113888F for ; Sun, 25 Oct 2015 19:12:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F38BE07DA; Sun, 25 Oct 2015 19:12:29 +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 2FB62E07DA for ; Sun, 25 Oct 2015 19:12:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51E4C34090B for ; Sun, 25 Oct 2015 19:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B1CD18F4 for ; Sun, 25 Oct 2015 19:12:26 +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: <1445800330.2fd3c1e961d985d68d9c66bd9b04aa53bc630a0a.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/syntax/syntax-1.2.0-r1.ebuild X-VCS-Directories: dev-ruby/syntax/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 2fd3c1e961d985d68d9c66bd9b04aa53bc630a0a X-VCS-Branch: master Date: Sun, 25 Oct 2015 19:12:26 +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: 95ba62f5-f799-4726-8e17-de9b56cdaca2 X-Archives-Hash: 9d149db606ccd5ec89d2b0f3ccd467d8 commit: 2fd3c1e961d985d68d9c66bd9b04aa53bc630a0a Author: Markus Meier gentoo org> AuthorDate: Sun Oct 25 19:12:10 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Oct 25 19:12:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd3c1e9 dev-ruby/syntax: arm stable, bug #562098 Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" dev-ruby/syntax/syntax-1.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild index 6d5d5b1..3eea4b1 100644 --- a/dev-ruby/syntax/syntax-1.2.0-r1.ebuild +++ b/dev-ruby/syntax/syntax-1.2.0-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/dblock/syntax/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test doc" RUBY_PATCHES=( "${P}-require-set.patch" )