From: Guilherme Amadio Date: Mon, 18 Dec 2017 09:08:55 +0000 (+0100) Subject: sci-physics/root: set ROOTPATH so that portage finds ROOT, bug 641422 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b4ae38c1b1982e8ff1812c639c785f1835e46d04;p=gentoo.git 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 --- 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