dev-vcs/fossil: Reinstate previous fixes

use binding := for dev-libs/openssl introduced in commit 12b8e1427c.

And fix BadDefaultUseFlags introduced in commit 74b6fd7b43.

Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
This commit is contained in:
Aaron W. Swenson
2021-07-05 20:57:10 -04:00
parent 3b1dcbf064
commit eaf726a6c4

View File

@@ -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= )
"