diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-12-19 15:11:21 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-12-19 15:11:21 +0100 |
commit | 6fe851ed5eaa9a9b5300b73142cd1af483f5a098 (patch) | |
tree | 9b7b30f37ee3175fe4dcadd0d1a1672f2e7dea37 /sci-physics/root | |
parent | dev-libs/ossp-uuid: Fix missing eapply_user call for USE=-php wrt bug 603066 (diff) | |
download | gentoo-6fe851ed5eaa9a9b5300b73142cd1af483f5a098.tar.gz gentoo-6fe851ed5eaa9a9b5300b73142cd1af483f5a098.tar.bz2 gentoo-6fe851ed5eaa9a9b5300b73142cd1af483f5a098.zip |
sci-physics/root: amd64 stable wrt bug #601682
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/root-5.34.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/root/root-5.34.36.ebuild b/sci-physics/root/root-5.34.36.ebuild index 0872b4d5b238..722616e1c329 100644 --- a/sci-physics/root/root-5.34.36.ebuild +++ b/sci-physics/root/root-5.34.36.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="http://root.cern.ch/git/root.git" else SRC_URI="https://root.cern.ch/download/${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 ) |