mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-libs/xqilla: fix DEPEND
Closes: https://bugs.gentoo.org/786471 Closes: https://bugs.gentoo.org/839879 Closes: https://bugs.gentoo.org/932400 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -16,7 +16,11 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="static-libs tidy"
|
||||
|
||||
DEPEND=">=dev-libs/xerces-c-3.2.1 tidy? ( app-text/htmltidy )"
|
||||
DEPEND="
|
||||
>=dev-libs/xerces-c-3.2.1
|
||||
net-libs/libnsl:=
|
||||
tidy? ( app-text/htmltidy:= )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/lib_to_lib64.patch )
|
||||
Reference in New Issue
Block a user