From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49DDA138330 for ; Sat, 1 Oct 2016 00:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 488E721C094; Sat, 1 Oct 2016 00:55: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 2FE7621C094 for ; Sat, 1 Oct 2016 00:54:54 +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 67BB2340B30 for ; Sat, 1 Oct 2016 00:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF3CC24B2 for ; Sat, 1 Oct 2016 00:54:44 +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: <1475283231.bf51bad93df3577befaa3560ca7375c7d70176f0.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-3.0.1.ebuild X-VCS-Directories: gnome-extra/cjs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: bf51bad93df3577befaa3560ca7375c7d70176f0 X-VCS-Branch: master Date: Sat, 1 Oct 2016 00:54:44 +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: 4980d570-5f5c-492a-b4be-3138b25a7e76 X-Archives-Hash: 1956164dd75310085233aced9b594a13 commit: bf51bad93df3577befaa3560ca7375c7d70176f0 Author: Pacho Ramos gentoo org> AuthorDate: Fri Sep 30 22:51:08 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 1 00:53:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf51bad9 gnome-extra/cjs: x86 stable, bug 587010 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" gnome-extra/cjs/cjs-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/cjs/cjs-3.0.1.ebuild b/gnome-extra/cjs/cjs-3.0.1.ebuild index c097b54..295ec2a 100644 --- a/gnome-extra/cjs/cjs-3.0.1.ebuild +++ b/gnome-extra/cjs/cjs-3.0.1.ebuild @@ -12,7 +12,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="amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-lang/spidermonkey:24