mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
sys-cluster/ceph: remove libxml2 deps
If you search for libxml in the source code, you'll see that it only finds .md, .sh, .control, .in, .dockerfile, .txt, and .json files. But no code files, because I stopped when updating libxml2 on a server without compiling Ceph. It didn't show any broken libraries for Ceph, and that's where I searched with revdep-rebuild, and it didn't show any problems. Therefore, I see that requiring libxml2 in Ceph is unnecessary. [sam: Wrap commit message.] [sam: This seems to go back to 45ceab32803179e38d88eb875ead089b3926274c in pre-git days.] Signed-off-by: Fco Javier Felix <ffelix@inode64.com> Part-of: https://github.com/gentoo/gentoo/pull/44413 Closes: https://github.com/gentoo/gentoo/pull/44413 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
7cf6be32d5
commit
b2d5403172
@@ -53,7 +53,6 @@ DEPEND="
|
||||
dev-lang/jsonnet:=
|
||||
dev-libs/libaio:=
|
||||
dev-libs/libnl:3=
|
||||
dev-libs/libxml2:=
|
||||
dev-libs/libevent:=
|
||||
dev-libs/libutf8proc:=
|
||||
dev-libs/nss:=
|
||||
|
||||
@@ -53,7 +53,6 @@ DEPEND="
|
||||
dev-lang/jsonnet:=
|
||||
dev-libs/libaio:=
|
||||
dev-libs/libnl:3=
|
||||
dev-libs/libxml2:=
|
||||
dev-libs/libevent:=
|
||||
dev-libs/libutf8proc:=
|
||||
dev-libs/nss:=
|
||||
|
||||
@@ -68,7 +68,6 @@ DEPEND="
|
||||
dev-lang/jsonnet:=
|
||||
dev-libs/libaio:=
|
||||
dev-libs/libnl:3=
|
||||
dev-libs/libxml2:=
|
||||
dev-libs/libevent:=
|
||||
dev-libs/libutf8proc:=
|
||||
dev-libs/nss:=
|
||||
|
||||
@@ -68,7 +68,6 @@ DEPEND="
|
||||
dev-lang/jsonnet:=
|
||||
dev-libs/libaio:=
|
||||
dev-libs/libnl:3=
|
||||
dev-libs/libxml2:=
|
||||
dev-libs/libevent:=
|
||||
dev-libs/libutf8proc:=
|
||||
dev-libs/nss:=
|
||||
|
||||
Reference in New Issue
Block a user