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 AFAE3138827 for ; Sat, 3 Oct 2015 18:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52EED21C02B; Sat, 3 Oct 2015 18:10:23 +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 ED1F721C02B for ; Sat, 3 Oct 2015 18:10:22 +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 37FBB340821 for ; Sat, 3 Oct 2015 18:10:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCEE73EF for ; Sat, 3 Oct 2015 18:10:20 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1443895815.81ebaecc8a7c78c18aafc36d38843785d19eab0b.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 81ebaecc8a7c78c18aafc36d38843785d19eab0b X-VCS-Branch: master Date: Sat, 3 Oct 2015 18:10:20 +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: 12175762-70d2-46e6-8e89-2d6287e86ddf X-Archives-Hash: 4008b2338ec48ba7db23b837fc1d00b8 commit: 81ebaecc8a7c78c18aafc36d38843785d19eab0b Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 3 18:10:06 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 3 18:10:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ebaecc dev-ruby/syntax: Stable for HPPA (bug #562098). Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches 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 db22069..cbfe56b 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" )