mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
dev-debug/systemtap: 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/bin/stapvirt (dev-debug/systemtap-5.3) </pre> Signed-off-by: Fco Javier Felix <ffelix@inode64.com> Part-of: https://github.com/gentoo/gentoo/pull/44283 Closes: https://github.com/gentoo/gentoo/pull/44283 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
268b2c8880
commit
14e6ae7200
@@ -45,7 +45,7 @@ DEPEND="
|
||||
app-text/xmlto
|
||||
>=sys-devel/gettext-0.18.2
|
||||
|
||||
libvirt? ( dev-libs/libxml2 )
|
||||
libvirt? ( dev-libs/libxml2:= )
|
||||
"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
@@ -45,7 +45,7 @@ DEPEND="
|
||||
app-text/xmlto
|
||||
>=sys-devel/gettext-0.18.2
|
||||
|
||||
libvirt? ( dev-libs/libxml2 )
|
||||
libvirt? ( dev-libs/libxml2:= )
|
||||
"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
@@ -45,7 +45,7 @@ DEPEND="
|
||||
app-text/xmlto
|
||||
>=sys-devel/gettext-0.18.2
|
||||
|
||||
libvirt? ( dev-libs/libxml2 )
|
||||
libvirt? ( dev-libs/libxml2:= )
|
||||
"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
@@ -45,7 +45,7 @@ DEPEND="
|
||||
app-text/xmlto
|
||||
>=sys-devel/gettext-0.18.2
|
||||
|
||||
libvirt? ( dev-libs/libxml2 )
|
||||
libvirt? ( dev-libs/libxml2:= )
|
||||
"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
|
||||
Reference in New Issue
Block a user