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 4D7BF13888F for ; Sat, 10 Oct 2015 17:41:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10C1521C00F; Sat, 10 Oct 2015 17:40:57 +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 B01CA21C00F for ; Sat, 10 Oct 2015 17:40:56 +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 7DF1533E3A9 for ; Sat, 10 Oct 2015 17:40:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCF26929 for ; Sat, 10 Oct 2015 17:40:51 +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: <1444498686.11f83fb93e3993dc3f8528433aa4459ac4a2cf18.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 11f83fb93e3993dc3f8528433aa4459ac4a2cf18 X-VCS-Branch: master Date: Sat, 10 Oct 2015 17:40:51 +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: 15659afb-40ee-4cb9-a313-29969cef9db0 X-Archives-Hash: ad2a94fad937de6f2afbb91b641c9b9a commit: 11f83fb93e3993dc3f8528433aa4459ac4a2cf18 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 10 17:37:48 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 10 17:38:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f83fb9 dev-ruby/syntax: sparc stable wrt bug #562098 Package-Manager: portage-2.2.20.1 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 0573540..6d5d5b1 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" )