diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-02 22:23:20 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-02 22:23:28 +0200 |
commit | f0e85d8770c32a88fc8f648ca5a0a9a91ff76643 (patch) | |
tree | 1232277b0a96d4f79c9db58f39e240f27bc2b68f /x11-libs/gdk-pixbuf | |
parent | dev-python/sphinxcontrib-websupport: Bump to 1.2.0 (diff) | |
download | gentoo-f0e85d8770c32a88fc8f648ca5a0a9a91ff76643.tar.gz gentoo-f0e85d8770c32a88fc8f648ca5a0a9a91ff76643.tar.bz2 gentoo-f0e85d8770c32a88fc8f648ca5a0a9a91ff76643.zip |
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@gentoo.org>
Diffstat (limited to 'x11-libs/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 19b9055466f0..cb5330346ef9 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 |