mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
net-misc/icaclient: add proper libxml2 subslot + compat
Not going to open the can of worms on selfservice any further... Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
02fa77fefe
commit
b68dfd3e17
@@ -54,6 +54,10 @@ RDEPEND="
|
||||
>=app-accessibility/at-spi2-core-2.46.0:2
|
||||
app-crypt/libsecret
|
||||
dev-libs/glib:2
|
||||
|| (
|
||||
dev-libs/libxml2:2/0
|
||||
dev-libs/libxml2-compat
|
||||
)
|
||||
media-fonts/font-adobe-100dpi
|
||||
media-fonts/font-cursor-misc
|
||||
media-fonts/font-misc-ethiopic
|
||||
@@ -98,7 +102,6 @@ RDEPEND="
|
||||
!hdx? ( !media-plugins/hdx-realtime-media-engine )
|
||||
usb? ( virtual/libudev )
|
||||
selfservice? (
|
||||
dev-libs/libxml2
|
||||
net-libs/webkit-gtk:4.1
|
||||
dev-libs/xerces-c
|
||||
)
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -54,7 +54,10 @@ RDEPEND="
|
||||
>=app-accessibility/at-spi2-core-2.46.0:2
|
||||
app-crypt/libsecret
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2
|
||||
|| (
|
||||
dev-libs/libxml2:2/0
|
||||
dev-libs/libxml2-compat
|
||||
)
|
||||
media-fonts/font-adobe-100dpi
|
||||
media-fonts/font-cursor-misc
|
||||
media-fonts/font-misc-ethiopic
|
||||
Reference in New Issue
Block a user