From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-882104-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 86871138262
	for <garchives@archives.gentoo.org>; Wed, 18 May 2016 08:56:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 914E3E088F;
	Wed, 18 May 2016 08:56:05 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 32835E088F
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 May 2016 08:56:04 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5B1B7340CE2
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 May 2016 08:56:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BE9797B
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 May 2016 08:56:00 +0000 (UTC)
From: "Fabian Groffen" <grobian@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, "Fabian Groffen" <grobian@gentoo.org>
Message-ID: <1463561684.0ed0e94ddb465b927a4b89b58830416e76b1243e.grobian@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild
X-VCS-Directories: dev-ruby/rails-html-sanitizer/
X-VCS-Committer: grobian
X-VCS-Committer-Name: Fabian Groffen
X-VCS-Revision: 0ed0e94ddb465b927a4b89b58830416e76b1243e
X-VCS-Branch: master
Date: Wed, 18 May 2016 08:56:00 +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: 6bb692c6-89aa-4e9e-9bb3-d0c41212c312
X-Archives-Hash: 42f27ea29075fa50e3efce5084f3c6e2

commit:     0ed0e94ddb465b927a4b89b58830416e76b1243e
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 08:54:44 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed May 18 08:54:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed0e94d

dev-ruby/rails-html-sanitizer: marked ~amd64-linux

Package-Manager: portage-2.2.28

 dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild
index 8311e04..5014e37 100644
--- a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/loofah:0"