Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf/
Date: Mon, 02 Mar 2020 20:23:53
Message-Id: 1583180608.f0e85d8770c32a88fc8f648ca5a0a9a91ff76643.leio@gentoo
1 commit: f0e85d8770c32a88fc8f648ca5a0a9a91ff76643
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 2 20:23:20 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 2 20:23:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e85d87
7
8 x11-libs/gdk-pixbuf: fix DEPEND
9
10 The bump was converted to EAPI-7 initially, so the second occurrence
11 was a BDEPEND, but then it was realized that gnome-utils.eclass is
12 broken for EAPI-7 gnome2_gdk_pixbuf_update calls and reverted back
13 to EAPI-6 with a forgotten ${DEPEND} re-introduction when renaming
14 BDEPEND back to DEPEND.
15 No revbump, as due to the ordering, this meant that only build time
16 deps were wrong, not runtime.
17
18 Closes: https://bugs.gentoo.org/702950
19 Package-Manager: Portage-2.3.84, Repoman-2.3.20
20 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
21
22 x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
26 index 19b9055466f..cb5330346ef 100644
27 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
28 +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
29 @@ -32,7 +32,7 @@ RDEPEND="${DEPEND}
30 !<x11-libs/gtk+-2.21.3:2
31 !<x11-libs/gtk+-2.90.4:3
32 "
33 -DEPEND="
34 +DEPEND="${DEPEND}
35 app-text/docbook-xsl-stylesheets
36 dev-libs/libxslt
37 dev-util/glib-utils