commit: 7cf1a693e463d2cf47626c0fc82d61fc1f5c83a1
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 3 10:27:19 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Aug 3 10:27:19 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7cf1a693
sys-apps/baobab: remove gdk-pixbuf build dep
At least baobab-3.26.1 (based on which earlier ebuild sync of
live ebuild was done) doesn't required gdk-pixbuf to the best
of my understanding. It doesn't use any to-pixdata instructions,
thus doesn't need gdk-pixbuf-pixdata at buildtime. It only has
two SVG icons embedded into the resource in raw form, which
makes sense, as they are scalable, which to-pixdata would ruin.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
sys-apps/baobab/baobab-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-apps/baobab/baobab-9999.ebuild
b/sys-apps/baobab/baobab-9999.ebuild
index 408a123a..9d5691fd 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -37,7 +37,6 @@ DEPEND="${COMMON_DEPEND}
dev-libs/libxml2:2
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
- x11-libs/gdk-pixbuf:2
"
if [[ ${PV} = 9999 ]]; then