Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Thu, 24 Sep 2015 12:45:52
Message-Id: 1443098738.8c4e01ae824b899d1a6909406cde5cb6b3805670.ago@gentoo
1 commit: 8c4e01ae824b899d1a6909406cde5cb6b3805670
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 12:45:38 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 12:45:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4e01ae
7
8 sci-physics/root: x86 stable wrt bug #546258
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="x86"
12
13 sci-physics/root/root-5.34.26.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-physics/root/root-5.34.26.ebuild b/sci-physics/root/root-5.34.26.ebuild
17 index 67bffb8..b498a18 100644
18 --- a/sci-physics/root/root-5.34.26.ebuild
19 +++ b/sci-physics/root/root-5.34.26.ebuild
20 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
21 EGIT_REPO_URI="http://root.cern.ch/git/root.git"
22 else
23 SRC_URI="ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz"
24 - KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
26 fi
27
28 PYTHON_COMPAT=( python2_7 )