mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-vcs/fossil: Reinstate previous fixes
use binding := for dev-libs/openssl introduced in commit12b8e1427c. And fix BadDefaultUseFlags introduced in commit74b6fd7b43. Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
This commit is contained in:
@@ -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= )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user