commit: f0e85d8770c32a88fc8f648ca5a0a9a91ff76643
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 2 20:23:20 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Mar 2 20:23:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e85d87
x11-libs/gdk-pixbuf: fix DEPEND
The bump was converted to EAPI-7 initially, so the second occurrence
was a BDEPEND, but then it was realized that gnome-utils.eclass is
broken for EAPI-7 gnome2_gdk_pixbuf_update calls and reverted back
to EAPI-6 with a forgotten ${DEPEND} re-introduction when renaming
BDEPEND back to DEPEND.
No revbump, as due to the ordering, this meant that only build time
deps were wrong, not runtime.
Closes: https://bugs.gentoo.org/702950
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
index 19b9055466f..cb5330346ef 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
@@ -32,7 +32,7 @@ RDEPEND="${DEPEND}
!<x11-libs/gtk+-2.21.3:2
!<x11-libs/gtk+-2.90.4:3
"
-DEPEND="
+DEPEND="${DEPEND}
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
dev-util/glib-utils