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 40D20138263 for ; Wed, 18 May 2016 08:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E59EFE0814; Wed, 18 May 2016 08:41:38 +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 1C04DE0825 for ; Wed, 18 May 2016 08:41:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BF917340C72 for ; Wed, 18 May 2016 08:41:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FCB4973 for ; Wed, 18 May 2016 08:41:34 +0000 (UTC) From: "Fabian Groffen" 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" Message-ID: <1463560851.c8b3faa002f573b3d5e9e0b7a11df477b045ef03.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/loofah/loofah-2.0.3.ebuild X-VCS-Directories: dev-ruby/loofah/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c8b3faa002f573b3d5e9e0b7a11df477b045ef03 X-VCS-Branch: master Date: Wed, 18 May 2016 08:41:34 +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: 5b1b92f1-3b9a-467c-952d-49673685e560 X-Archives-Hash: 5485ecc42c00d2f1c8629ec79b7c56e7 commit: c8b3faa002f573b3d5e9e0b7a11df477b045ef03 Author: Fabian Groffen gentoo org> AuthorDate: Wed May 18 08:40:51 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed May 18 08:40:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b3faa0 dev-ruby/loofah: marked ~amd64-linux Package-Manager: portage-2.2.28 dev-ruby/loofah/loofah-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild b/dev-ruby/loofah/loofah-2.0.3.ebuild index 43305ab..18e3abc 100644 --- a/dev-ruby/loofah/loofah-2.0.3.ebuild +++ b/dev-ruby/loofah/loofah-2.0.3.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="" ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"