diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-12-14 10:03:54 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-12-14 10:04:02 +0100 |
commit | fd2ebe266f44577cc85dff6901307cc6ec91d560 (patch) | |
tree | ece4148383d67f2f534056b1ef179e00148a2b8c /sci-physics | |
parent | dev-python/cryptography: Version bump to 2.4.2 (diff) | |
download | gentoo-fd2ebe266f44577cc85dff6901307cc6ec91d560.tar.gz gentoo-fd2ebe266f44577cc85dff6901307cc6ec91d560.tar.bz2 gentoo-fd2ebe266f44577cc85dff6901307cc6ec91d560.zip |
sci-physics/root: make live ebuild come first in PATH
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index d3d0e474cc7b..42eab5c6a5b8 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -292,7 +292,7 @@ src_install() { cmake-utils_src_install ROOTSYS=${EPREFIX%/}/usr/$(get_libdir)/${PN}/$(ver_cut 1-2) - ROOTENV=9999${PN}-$(ver_cut 1-2) + ROOTENV=9900${PN}-$(ver_cut 1-2) # ROOT fails without this symlink because it only looks in lib if [[ ! -d ${D}/${ROOTSYS}/lib ]]; then |