Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
Date: Fri, 03 Aug 2018 10:30:24
Message-Id: 1533292039.7cf1a693e463d2cf47626c0fc82d61fc1f5c83a1.leio@gentoo
1 commit: 7cf1a693e463d2cf47626c0fc82d61fc1f5c83a1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 10:27:19 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 10:27:19 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7cf1a693
7
8 sys-apps/baobab: remove gdk-pixbuf build dep
9
10 At least baobab-3.26.1 (based on which earlier ebuild sync of
11 live ebuild was done) doesn't required gdk-pixbuf to the best
12 of my understanding. It doesn't use any to-pixdata instructions,
13 thus doesn't need gdk-pixbuf-pixdata at buildtime. It only has
14 two SVG icons embedded into the resource in raw form, which
15 makes sense, as they are scalable, which to-pixdata would ruin.
16
17 Package-Manager: Portage-2.3.43, Repoman-2.3.10
18
19 sys-apps/baobab/baobab-9999.ebuild | 1 -
20 1 file changed, 1 deletion(-)
21
22 diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
23 index 408a123a..9d5691fd 100644
24 --- a/sys-apps/baobab/baobab-9999.ebuild
25 +++ b/sys-apps/baobab/baobab-9999.ebuild
26 @@ -37,7 +37,6 @@ DEPEND="${COMMON_DEPEND}
27 dev-libs/libxml2:2
28 >=sys-devel/gettext-0.19.8
29 virtual/pkgconfig
30 - x11-libs/gdk-pixbuf:2
31 "
32
33 if [[ ${PV} = 9999 ]]; then