From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 145F113835B for ; Thu, 3 Jun 2021 19:15:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C9FE08FB; Thu, 3 Jun 2021 19:15:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0824E0903 for ; Thu, 3 Jun 2021 19:15:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BEA633BE65 for ; Thu, 3 Jun 2021 19:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 631587A3 for ; Thu, 3 Jun 2021 19:15:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622747690.74b6fd7b43d1233e481f394f3bacce23475de724.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/fossil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/fossil/fossil-2.12.1.ebuild dev-vcs/fossil/fossil-2.13.ebuild dev-vcs/fossil/fossil-2.14.ebuild X-VCS-Directories: dev-vcs/fossil/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74b6fd7b43d1233e481f394f3bacce23475de724 X-VCS-Branch: master Date: Thu, 3 Jun 2021 19:15:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0337ac68-653c-46e6-8ea1-a9b6e9502b83 X-Archives-Hash: dacbf397c691a1fc44bee79d601b98aa commit: 74b6fd7b43d1233e481f394f3bacce23475de724 Author: Sam James gentoo org> AuthorDate: Wed Jun 2 23:54:46 2021 +0000 Commit: Sam James gentoo 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 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 )"