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 E6B4F138262 for ; Wed, 18 May 2016 08:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C947E0804; 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 EA35FE0804 for ; Wed, 18 May 2016 08:41:37 +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 94999340C6C 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 3B572971 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: <1463560781.efd069d7f9647dc364c81dce136a9d27f4361e25.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/execjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/execjs/execjs-2.6.0.ebuild X-VCS-Directories: dev-ruby/execjs/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: efd069d7f9647dc364c81dce136a9d27f4361e25 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: 9b019b1e-c992-425d-94e9-c4df61be87c8 X-Archives-Hash: f8e1778afcbcc7c73afc4467cf1acedf commit: efd069d7f9647dc364c81dce136a9d27f4361e25 Author: Fabian Groffen gentoo org> AuthorDate: Wed May 18 08:39:41 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed May 18 08:39:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd069d7 dev-ruby/execjs: marked ~amd64-linux Package-Manager: portage-2.2.28 dev-ruby/execjs/execjs-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/execjs/execjs-2.6.0.ebuild b/dev-ruby/execjs/execjs-2.6.0.ebuild index 9c671fb..47d8220 100644 --- a/dev-ruby/execjs/execjs-2.6.0.ebuild +++ b/dev-ruby/execjs/execjs-2.6.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm x86 ~x64-macos" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x64-macos" IUSE="test"