diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2017-12-18 10:08:55 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-12-18 14:11:57 +0100 |
commit | b4ae38c1b1982e8ff1812c639c785f1835e46d04 (patch) | |
tree | 8365b3477a42e9c652a8402b9c1988aa433e2291 /sci-physics | |
parent | sci-physics/root: do not restrict Pythia versions, bug 641420 (diff) | |
download | gentoo-b4ae38c1b1982e8ff1812c639c785f1835e46d04.tar.gz gentoo-b4ae38c1b1982e8ff1812c639c785f1835e46d04.tar.bz2 gentoo-b4ae38c1b1982e8ff1812c639c785f1835e46d04.zip |
sci-physics/root: set ROOTPATH so that portage finds ROOT, bug 641422
As mentioned in the bug, this is needed for building packages that
depend on ROOT, like sci-physics/{geant-vmc,gentfit,vgm}.
Closes: https://bugs.gentoo.org/641422
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.12.04.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/root/root-6.12.04.ebuild b/sci-physics/root/root-6.12.04.ebuild index a3a12846bd4a..4a5da3db24e8 100644 --- a/sci-physics/root/root-6.12.04.ebuild +++ b/sci-physics/root/root-6.12.04.ebuild @@ -302,6 +302,7 @@ src_install() { use emacs && elisp-install ${PN} "${BUILD_DIR}"/root-help.el echo "PATH=${EPREFIX}/${MY_PREFIX}/bin" > 99root || die + echo "ROOTPATH=${EPREFIX}/${MY_PREFIX}/bin" > 99root || die echo "LDPATH=${EPREFIX}/${MY_PREFIX}/$(get_libdir)" >> 99root || die if use pythia8; then |