diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2023-02-09 14:58:12 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-02-13 10:56:05 +0100 |
commit | f9fe7e4659ba14f6a2d0ab612fd9b42567f6c086 (patch) | |
tree | 96e7d75de76f790863a07ed6115b48254431bccf /sci-physics | |
parent | sci-physics/root: version bump to 6.28.00 (diff) | |
download | gentoo-f9fe7e4659ba14f6a2d0ab612fd9b42567f6c086.tar.gz gentoo-f9fe7e4659ba14f6a2d0ab612fd9b42567f6c086.tar.bz2 gentoo-f9fe7e4659ba14f6a2d0ab612fd9b42567f6c086.zip |
sci-physics/root: fix bug 882483
Closes: https://bugs.gentoo.org/882483
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.26.08.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.26.9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/root/root-6.26.08.ebuild b/sci-physics/root/root-6.26.08.ebuild index 725ee1820afe..2d2e1c21374b 100644 --- a/sci-physics/root/root-6.26.08.ebuild +++ b/sci-physics/root/root-6.26.08.ebuild @@ -47,7 +47,7 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) qt5? ( root7 ) root7? ( || ( c++17 ) ) - tmva? ( gsl ) + tmva? ( gsl python ) uring? ( root7 ) " diff --git a/sci-physics/root/root-6.26.9999.ebuild b/sci-physics/root/root-6.26.9999.ebuild index 725ee1820afe..2d2e1c21374b 100644 --- a/sci-physics/root/root-6.26.9999.ebuild +++ b/sci-physics/root/root-6.26.9999.ebuild @@ -47,7 +47,7 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) qt5? ( root7 ) root7? ( || ( c++17 ) ) - tmva? ( gsl ) + tmva? ( gsl python ) uring? ( root7 ) " |