From b4ae38c1b1982e8ff1812c639c785f1835e46d04 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Mon, 18 Dec 2017 10:08:55 +0100 Subject: [PATCH] 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 --- sci-physics/root/root-6.12.04.ebuild | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2