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 B9930139BC6 for ; Thu, 24 Sep 2015 12:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8619121C052; Thu, 24 Sep 2015 12:45:50 +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 329E621C052 for ; Thu, 24 Sep 2015 12:45:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D73D4340861 for ; Thu, 24 Sep 2015 12:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F347207 for ; Thu, 24 Sep 2015 12:45:46 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1443098738.8c4e01ae824b899d1a6909406cde5cb6b3805670.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-5.34.26.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8c4e01ae824b899d1a6909406cde5cb6b3805670 X-VCS-Branch: master Date: Thu, 24 Sep 2015 12:45:46 +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: 42ec76af-0e51-4dd8-98d4-f1b42d304a57 X-Archives-Hash: e045e56730e8220fb59914fbdc784242 commit: 8c4e01ae824b899d1a6909406cde5cb6b3805670 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Sep 24 12:45:38 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Sep 24 12:45:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4e01ae sci-physics/root: x86 stable wrt bug #546258 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" sci-physics/root/root-5.34.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/root/root-5.34.26.ebuild b/sci-physics/root/root-5.34.26.ebuild index 67bffb8..b498a18 100644 --- a/sci-physics/root/root-5.34.26.ebuild +++ b/sci-physics/root/root-5.34.26.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="http://root.cern.ch/git/root.git" else SRC_URI="ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz" - KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" fi PYTHON_COMPAT=( python2_7 )