summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-02 23:55:23 +0000
committerSam James <sam@gentoo.org>2021-06-03 19:14:53 +0000
commit893f5db5a4d99ad19534661341e49d545d4510fa (patch)
treec98ff52078b192e22727331b7a4e9c689b26c0e1 /media-gfx/meshlab
parentmedia-gfx/freecad: fix BadDefaultUseFlags (diff)
downloadgentoo-893f5db5a4d99ad19534661341e49d545d4510fa.tar.gz
gentoo-893f5db5a4d99ad19534661341e49d545d4510fa.tar.bz2
gentoo-893f5db5a4d99ad19534661341e49d545d4510fa.zip
media-gfx/meshlab: fix BadDefaultUseFlags
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/meshlab')
-rw-r--r--media-gfx/meshlab/meshlab-2020.12-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/meshlab/meshlab-2020.12-r1.ebuild b/media-gfx/meshlab/meshlab-2020.12-r1.ebuild
index f4ed995d10ca..172c5a559c36 100644
--- a/media-gfx/meshlab/meshlab-2020.12-r1.ebuild
+++ b/media-gfx/meshlab/meshlab-2020.12-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cnr-isti-vclab/meshlab/archive/Meshlab-${PV}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="double-precision -minimal"
+IUSE="double-precision minimal"
DEPEND="
dev-cpp/eigen:3