diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2021-07-05 20:57:10 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2021-07-05 20:57:10 -0400 |
commit | eaf726a6c4ae903bf0246ce40ba383eeb4ba38cd (patch) | |
tree | 011b3dc7c89f409fc546622c35e0edbc63beeeee /dev-vcs/fossil | |
parent | dev-db/postgresql: Cleanup (diff) | |
download | gentoo-eaf726a6c4ae903bf0246ce40ba383eeb4ba38cd.tar.gz gentoo-eaf726a6c4ae903bf0246ce40ba383eeb4ba38cd.tar.bz2 gentoo-eaf726a6c4ae903bf0246ce40ba383eeb4ba38cd.zip |
dev-vcs/fossil: Reinstate previous fixes
use binding := for dev-libs/openssl introduced in commit 12b8e1427c7b.
And fix BadDefaultUseFlags introduced in commit 74b6fd7b43d1.
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-vcs/fossil')
-rw-r--r-- | dev-vcs/fossil/fossil-2.16-r1.ebuild (renamed from dev-vcs/fossil/fossil-2.16.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/fossil/fossil-2.16.ebuild b/dev-vcs/fossil/fossil-2.16-r1.ebuild index 6020baf1be32..290ea696f82a 100644 --- a/dev-vcs/fossil/fossil-2.16.ebuild +++ b/dev-vcs/fossil/fossil-2.16-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://fossil-scm.org/home/tarball/${MY_TAG}/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 )" @@ -26,7 +26,7 @@ RDEPEND=" dev-libs/libedit ) system-sqlite? ( >=dev-db/sqlite-3.35.0:3 ) - ssl? ( dev-libs/openssl:0 ) + ssl? ( dev-libs/openssl:0= ) tcl? ( dev-lang/tcl:0= ) " |