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 99D57138262 for ; Wed, 18 May 2016 08:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41BBE07ED; Wed, 18 May 2016 08:56:03 +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 408A5E0798 for ; Wed, 18 May 2016 08:56:03 +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 C976B340C9A for ; Wed, 18 May 2016 08:56:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05C91973 for ; Wed, 18 May 2016 08:56:00 +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: <1463561561.12d55ec5a51bb148d6e9d05437584fa38c3f2e39.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/listen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/listen/listen-1.3.1-r3.ebuild X-VCS-Directories: dev-ruby/listen/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 12d55ec5a51bb148d6e9d05437584fa38c3f2e39 X-VCS-Branch: master Date: Wed, 18 May 2016 08:56:00 +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: fa0f2e18-e652-4e5e-a6cd-f7792e477ebb X-Archives-Hash: 5a0df9b177c03f73fa195f9d2def5ed6 commit: 12d55ec5a51bb148d6e9d05437584fa38c3f2e39 Author: Fabian Groffen gentoo org> AuthorDate: Wed May 18 08:52:41 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed May 18 08:52:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d55ec5 dev-ruby/listen: marked ~amd64-linux Package-Manager: portage-2.2.28 dev-ruby/listen/listen-1.3.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/listen/listen-1.3.1-r3.ebuild b/dev-ruby/listen/listen-1.3.1-r3.ebuild index 7635fd6..e0da404 100644 --- a/dev-ruby/listen/listen-1.3.1-r3.ebuild +++ b/dev-ruby/listen/listen-1.3.1-r3.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos" IUSE="" ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0"