commit:     74b6fd7b43d1233e481f394f3bacce23475de724
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 23:54:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  3 19:14:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b6fd7b

dev-vcs/fossil: 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 <AT> gentoo.org>

 dev-vcs/fossil/fossil-2.12.1.ebuild | 4 ++--
 dev-vcs/fossil/fossil-2.13.ebuild   | 4 ++--
 dev-vcs/fossil/fossil-2.14.ebuild   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/fossil/fossil-2.12.1.ebuild 
b/dev-vcs/fossil/fossil-2.12.1.ebuild
index 71d847dfb53..2a0190cc266 100644
--- a/dev-vcs/fossil/fossil-2.12.1.ebuild
+++ b/dev-vcs/fossil/fossil-2.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://fossil-scm.org/home/uv/fossil-src-${PV}.tar.gz";
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE="debug fusefs json -miniz system-sqlite +ssl static tcl tcl-stubs
+IUSE="debug fusefs json miniz system-sqlite +ssl static tcl tcl-stubs
          tcl-private-stubs th1-docs th1-hooks"
 
 REQUIRED_USE="ssl? ( !miniz )"

diff --git a/dev-vcs/fossil/fossil-2.13.ebuild 
b/dev-vcs/fossil/fossil-2.13.ebuild
index edbf33e450c..d15ac6e0ea5 100644
--- a/dev-vcs/fossil/fossil-2.13.ebuild
+++ b/dev-vcs/fossil/fossil-2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://fossil-scm.org/home/uv/fossil-src-${PV}.tar.gz";
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="debug fusefs json -miniz system-sqlite +ssl static tcl tcl-stubs
+IUSE="debug fusefs json miniz system-sqlite +ssl static tcl tcl-stubs
                  tcl-private-stubs th1-docs th1-hooks"
 
 REQUIRED_USE="ssl? ( !miniz )"

diff --git a/dev-vcs/fossil/fossil-2.14.ebuild 
b/dev-vcs/fossil/fossil-2.14.ebuild
index cec9cc187d0..c1c0418835c 100644
--- a/dev-vcs/fossil/fossil-2.14.ebuild
+++ b/dev-vcs/fossil/fossil-2.14.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://fossil-scm.org/home/uv/fossil-src-${PV}.tar.gz";
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="debug fusefs json -miniz system-sqlite +ssl static tcl tcl-stubs
+IUSE="debug fusefs json miniz system-sqlite +ssl static tcl tcl-stubs
          tcl-private-stubs th1-docs th1-hooks"
 
 REQUIRED_USE="ssl? ( !miniz )"

Reply via email to