commit: ef8005fe702bce99318fc50e951f82e29eb9cc4a
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sun Jan 26 08:31:35 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 11:10:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8005fe
sci-libs/libgeodecomp: Fix VisIt removal
Commit 06a2e799559c ("sci-libs/libgeodecomp: Fix file collision with
libflatarray") started the removal of the VisIt use flag. However, it's not
complete. Remove the last references to it.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/14455
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/base/package.use.mask | 4 ----
sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild | 2 +-
sci-libs/libgeodecomp/metadata.xml | 3 ---
3 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d99d579cb68..113ba03cdf9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -59,10 +59,6 @@ dev-python/statsmodels doc
# Requires dev-python/astropy that's being removed.
sci-visualization/veusz fits
-# Andreas Sturmlechner <[email protected]> (2019-11-28)
-# sci-visualization/visit was last-rited, bug #657952
-sci-libs/libgeodecomp visit
-
# Michał Górny <[email protected]> (2019-11-25)
# Requires old version of dev-python/sphinx that's being removed.
~dev-python/fabric-2.3.1 doc
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild
b/sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild
index 5237072823e..9eb89fce5aa 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
SLOT="0"
LICENSE="Boost-1.0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc mpi cuda opencl opencv silo hpx visit"
+IUSE="cuda doc hpx mpi opencl opencv silo"
BDEPEND="
doc? (
diff --git a/sci-libs/libgeodecomp/metadata.xml
b/sci-libs/libgeodecomp/metadata.xml
index 119f987c9b7..ec1181ecc74 100644
--- a/sci-libs/libgeodecomp/metadata.xml
+++ b/sci-libs/libgeodecomp/metadata.xml
@@ -28,8 +28,5 @@
<flag name="hpx">
Enables HPX backend
</flag>
- <flag name="visit">
- Enables VisIt related code
- </flag>
</use>
</pkgmetadata>