sci-libs/libgeodecomp: Fix VisIt removal
authorKurt Kanzenbach <kurt@kmk-computers.de>
Sun, 26 Jan 2020 08:31:35 +0000 (09:31 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 26 Jan 2020 11:10:21 +0000 (12:10 +0100)
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@kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/14455
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
profiles/base/package.use.mask
sci-libs/libgeodecomp/libgeodecomp-0.4.0-r1.ebuild
sci-libs/libgeodecomp/metadata.xml

index d99d579cb68de6b36a891a5e87b43b7bdb27e4f7..113ba03cdf9f75aec2a9c47b5bbc2a16d36c2303 100644 (file)
@@ -59,10 +59,6 @@ dev-python/statsmodels doc
 # Requires dev-python/astropy that's being removed.
 sci-visualization/veusz fits
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2019-11-28)
-# sci-visualization/visit was last-rited, bug #657952
-sci-libs/libgeodecomp visit
-
 # Michał Górny <mgorny@gentoo.org> (2019-11-25)
 # Requires old version of dev-python/sphinx that's being removed.
 ~dev-python/fabric-2.3.1 doc
index 5237072823ec57fc3bac6017ab4096d28b1c2d8b..9eb89fce5aaae61fa8627b4a991b87b5440db392 100644 (file)
@@ -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? (
index 119f987c9b7ed20dea2c468c10f3d31a0e155d48..ec1181ecc7435d578745be8ddb50f408554a3fa4 100644 (file)
@@ -28,8 +28,5 @@
     <flag name="hpx">
       Enables HPX backend
     </flag>
-    <flag name="visit">
-      Enables VisIt related code
-    </flag>
   </use>
 </pkgmetadata>