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 5B95F138262 for ; Wed, 18 May 2016 09:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B0B1423F; Wed, 18 May 2016 09:01:04 +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 318031423F for ; Wed, 18 May 2016 09:01:03 +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 5A1E4340CA2 for ; Wed, 18 May 2016 09:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E3B975 for ; Wed, 18 May 2016 09:00:58 +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: <1463562049.3ec6a035023a50c5937bfd84274436b16d6ac7f6.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activejob/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activejob/activejob-4.2.6.ebuild X-VCS-Directories: dev-ruby/activejob/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3ec6a035023a50c5937bfd84274436b16d6ac7f6 X-VCS-Branch: master Date: Wed, 18 May 2016 09:00:58 +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: b3651f24-56ae-4d83-9b5d-716f8f8a1af0 X-Archives-Hash: 674c8403913c25dcf155c81802036d21 commit: 3ec6a035023a50c5937bfd84274436b16d6ac7f6 Author: Fabian Groffen gentoo org> AuthorDate: Wed May 18 08:59:56 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed May 18 09:00:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec6a035 dev-ruby/activejob: marked ~amd64-linux Package-Manager: portage-2.2.28 dev-ruby/activejob/activejob-4.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/activejob/activejob-4.2.6.ebuild b/dev-ruby/activejob/activejob-4.2.6.ebuild index c42f4f3..e0406d2 100644 --- a/dev-ruby/activejob/activejob-4.2.6.ebuild +++ b/dev-ruby/activejob/activejob-4.2.6.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}"