mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
www-client/badwolf: Add dep on libxml2 and glib
Those two are also deps of webkit-gtk but at least in the case of libxml2, it isn't in `pkg-config --libs webkit2gtk-4.1` so better add it and revbump. Closes: https://bugs.gentoo.org/933228 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -33,6 +33,8 @@ IUSE="+webkit41 test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/glib
|
||||
dev-libs/libxml2
|
||||
x11-libs/gtk+:3
|
||||
webkit41? ( net-libs/webkit-gtk:4.1= )
|
||||
!webkit41? ( net-libs/webkit-gtk:4= )
|
||||
@@ -33,6 +33,8 @@ IUSE="+webkit41 test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/glib
|
||||
dev-libs/libxml2
|
||||
x11-libs/gtk+:3
|
||||
webkit41? ( net-libs/webkit-gtk:4.1= )
|
||||
!webkit41? ( net-libs/webkit-gtk:4= )
|
||||
|
||||
Reference in New Issue
Block a user