Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/fossil/
Date: Tue, 06 Jul 2021 00:59:38
Message-Id: 1625533030.eaf726a6c4ae903bf0246ce40ba383eeb4ba38cd.titanofold@gentoo
1 commit: eaf726a6c4ae903bf0246ce40ba383eeb4ba38cd
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 00:57:10 2021 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 00:57:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf726a6
7
8 dev-vcs/fossil: Reinstate previous fixes
9
10 use binding := for dev-libs/openssl introduced in commit 12b8e1427c7b.
11
12 And fix BadDefaultUseFlags introduced in commit 74b6fd7b43d1.
13
14 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
15
16 dev-vcs/fossil/{fossil-2.16.ebuild => fossil-2.16-r1.ebuild} | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-vcs/fossil/fossil-2.16.ebuild b/dev-vcs/fossil/fossil-2.16-r1.ebuild
20 similarity index 94%
21 rename from dev-vcs/fossil/fossil-2.16.ebuild
22 rename to dev-vcs/fossil/fossil-2.16-r1.ebuild
23 index 6020baf1be3..290ea696f82 100644
24 --- a/dev-vcs/fossil/fossil-2.16.ebuild
25 +++ b/dev-vcs/fossil/fossil-2.16-r1.ebuild
26 @@ -14,7 +14,7 @@ SRC_URI="https://fossil-scm.org/home/tarball/${MY_TAG}/fossil-src-${PV}.tar.gz"
27 LICENSE="BSD-2"
28 SLOT="0"
29 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
30 -IUSE="debug fusefs json -miniz system-sqlite +ssl static tcl tcl-stubs
31 +IUSE="debug fusefs json miniz system-sqlite +ssl static tcl tcl-stubs
32 tcl-private-stubs th1-docs th1-hooks"
33
34 REQUIRED_USE="ssl? ( !miniz )"
35 @@ -26,7 +26,7 @@ RDEPEND="
36 dev-libs/libedit
37 )
38 system-sqlite? ( >=dev-db/sqlite-3.35.0:3 )
39 - ssl? ( dev-libs/openssl:0 )
40 + ssl? ( dev-libs/openssl:0= )
41 tcl? ( dev-lang/tcl:0= )
42 "