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 714521384B4 for ; Sat, 7 Nov 2015 20:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F42E087D; Sat, 7 Nov 2015 20:07:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0D28E087D for ; Sat, 7 Nov 2015 20:07:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4C29340666 for ; Sat, 7 Nov 2015 20:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90EAB192 for ; Sat, 7 Nov 2015 20:07:24 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1446926836.4150a8efa43a9752ef5a78a7b506cef94637cc52.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cjs/cjs-2.6.2.ebuild X-VCS-Directories: gnome-extra/cjs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4150a8efa43a9752ef5a78a7b506cef94637cc52 X-VCS-Branch: master Date: Sat, 7 Nov 2015 20:07:24 +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: 87881b5a-ed00-4843-85d7-50f8493f114f X-Archives-Hash: cdfc53d201be3e78fb0f9249b511e2c6 commit: 4150a8efa43a9752ef5a78a7b506cef94637cc52 Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 7 20:06:41 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 7 20:07:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4150a8ef gnome-extra/cjs: Fix commit 6b3ab73a96ef35cbadec5cbbd9ee665bc65da031 Package-Manager: portage-2.2.23 gnome-extra/cjs/cjs-2.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/cjs/cjs-2.6.2.ebuild b/gnome-extra/cjs/cjs-2.6.2.ebuild index 7602027..b7c2cad 100644 --- a/gnome-extra/cjs/cjs-2.6.2.ebuild +++ b/gnome-extra/cjs/cjs-2.6.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" IUSE="+cairo examples gtk test" -KEYWORDS="alpha ~amd64 x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-lang/spidermonkey:24