diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2022-04-13 08:18:42 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-04-13 08:21:32 +0200 |
commit | cb74cda8278d1900c75927a0cba9600d3cfb5229 (patch) | |
tree | 8f02b4853f08e3aa3adc53ad5ed1e3b7ef955105 /sci-physics/root | |
parent | sci-physics/root: version bump to 6.26.02 (diff) | |
download | gentoo-cb74cda8278d1900c75927a0cba9600d3cfb5229.tar.gz gentoo-cb74cda8278d1900c75927a0cba9600d3cfb5229.tar.bz2 gentoo-cb74cda8278d1900c75927a0cba9600d3cfb5229.zip |
sci-physics/root: remove unused inherit of prefix eclass
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/root-6.24.06-r2.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/root/root-6.24.06-r2.ebuild b/sci-physics/root/root-6.24.06-r2.ebuild index d0010c0eb95c..8da6d265fdfe 100644 --- a/sci-physics/root/root-6.24.06-r2.ebuild +++ b/sci-physics/root/root-6.24.06-r2.ebuild @@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" PYTHON_COMPAT=( python3_{8,9} ) -inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs +inherit cmake cuda elisp-common fortran-2 python-single-r1 toolchain-funcs DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="https://root.cern" diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 5b33a45e4b12..6610a29bf1e0 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" PYTHON_COMPAT=( python3_{8,9} ) -inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs +inherit cmake cuda elisp-common fortran-2 python-single-r1 toolchain-funcs DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="https://root.cern" |