diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 14:28:03 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 14:29:41 +0300 |
commit | 971678c2a55981dcd23f8fec9707189df00ff9eb (patch) | |
tree | 6a9a2fbc99caf14ec0c37244920652251c175c53 /x11-libs/gdk-pixbuf | |
parent | dev-util/kdevelop-php: Fix build w/o Qt5Test (diff) | |
download | gentoo-971678c2a55981dcd23f8fec9707189df00ff9eb.tar.gz gentoo-971678c2a55981dcd23f8fec9707189df00ff9eb.tar.bz2 gentoo-971678c2a55981dcd23f8fec9707189df00ff9eb.zip |
x11-libs/gdk-pixbuf: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/667936
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-libs/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild | 3 | ||||
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild index 67766b367ca7..5cf84878340b 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ COMMON_DEPEND=" X? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) " DEPEND="${COMMON_DEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.20 >=sys-devel/gettext-0.19 virtual/pkgconfig diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild index 4f8ee189a2f4..9778d4bb90d1 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,6 +27,7 @@ COMMON_DEPEND=" X? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) " DEPEND="${COMMON_DEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.20 >=sys-devel/gettext-0.19 virtual/pkgconfig |