diff options
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.28.12-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/root-6.30.04-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/root-6.30.9999.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/sci-physics/root/root-6.28.12-r1.ebuild b/sci-physics/root/root-6.28.12-r1.ebuild index cb1bd02dcaa9..1c6e78d4b623 100644 --- a/sci-physics/root/root-6.28.12-r1.ebuild +++ b/sci-physics/root/root-6.28.12-r1.ebuild @@ -140,13 +140,15 @@ RDEPEND="${CDEPEND} ) " +BDEPEND="${PYTHON_DEPS}" + PATCHES=( "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch ) pkg_setup() { use fortran && fortran-2_pkg_setup - use python && python-single-r1_pkg_setup + python-single-r1_pkg_setup elog "There are extra options on packages not available in Gentoo." elog "You can use the environment variable MYCMAKEARGS to enable" diff --git a/sci-physics/root/root-6.30.04-r1.ebuild b/sci-physics/root/root-6.30.04-r1.ebuild index cb1bd02dcaa9..1c6e78d4b623 100644 --- a/sci-physics/root/root-6.30.04-r1.ebuild +++ b/sci-physics/root/root-6.30.04-r1.ebuild @@ -140,13 +140,15 @@ RDEPEND="${CDEPEND} ) " +BDEPEND="${PYTHON_DEPS}" + PATCHES=( "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch ) pkg_setup() { use fortran && fortran-2_pkg_setup - use python && python-single-r1_pkg_setup + python-single-r1_pkg_setup elog "There are extra options on packages not available in Gentoo." elog "You can use the environment variable MYCMAKEARGS to enable" diff --git a/sci-physics/root/root-6.30.9999.ebuild b/sci-physics/root/root-6.30.9999.ebuild index cb1bd02dcaa9..1c6e78d4b623 100644 --- a/sci-physics/root/root-6.30.9999.ebuild +++ b/sci-physics/root/root-6.30.9999.ebuild @@ -140,13 +140,15 @@ RDEPEND="${CDEPEND} ) " +BDEPEND="${PYTHON_DEPS}" + PATCHES=( "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch ) pkg_setup() { use fortran && fortran-2_pkg_setup - use python && python-single-r1_pkg_setup + python-single-r1_pkg_setup elog "There are extra options on packages not available in Gentoo." elog "You can use the environment variable MYCMAKEARGS to enable" diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index cb1bd02dcaa9..1c6e78d4b623 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -140,13 +140,15 @@ RDEPEND="${CDEPEND} ) " +BDEPEND="${PYTHON_DEPS}" + PATCHES=( "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch ) pkg_setup() { use fortran && fortran-2_pkg_setup - use python && python-single-r1_pkg_setup + python-single-r1_pkg_setup elog "There are extra options on packages not available in Gentoo." elog "You can use the environment variable MYCMAKEARGS to enable" |