mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/libnbd: fix existing preserved libs for dev-libs/libxml2
Solve this: <pre> !!! existing preserved libs: >>> package: dev-libs/libxml2-2.14.6 * - /usr/lib64/libxml2.so.2 * - /usr/lib64/libxml2.so.2.13.9 * used by /usr/lib64/libnbd.so.0.0.0 (sys-libs/libnbd-1.23.4-r1) </pre> Signed-off-by: Fco Javier Felix <web@inode64.com> Part-of: https://github.com/gentoo/gentoo/pull/44340 Closes: https://github.com/gentoo/gentoo/pull/44340 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
committed by
Arsen Arsenović
parent
5fc9bf0289
commit
dea314f376
@@ -25,7 +25,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
# libxml2 - URI support
|
||||
RDEPEND="
|
||||
dev-libs/libxml2
|
||||
dev-libs/libxml2:=
|
||||
examples? ( dev-libs/glib
|
||||
dev-libs/libev )
|
||||
fuse? ( sys-fs/fuse:3 )
|
||||
@@ -25,7 +25,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
# libxml2 - URI support
|
||||
RDEPEND="
|
||||
dev-libs/libxml2
|
||||
dev-libs/libxml2:=
|
||||
examples? ( dev-libs/glib
|
||||
dev-libs/libev )
|
||||
fuse? ( sys-fs/fuse:3 )
|
||||
@@ -25,7 +25,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
# libxml2 - URI support
|
||||
RDEPEND="
|
||||
dev-libs/libxml2
|
||||
dev-libs/libxml2:=
|
||||
examples? ( dev-libs/glib
|
||||
dev-libs/libev )
|
||||
fuse? ( sys-fs/fuse:3 )
|
||||
Reference in New Issue
Block a user