commit: 246bbe43c475198dec18118494262316f3fb7959 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Sep 10 10:01:23 2017 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Sep 10 10:13:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246bbe43
dev-libs/appstream-glib: add missing USE dependency on gdk-pixbuf, bug #624656 Closes: https://bugs.gentoo.org/show_bug.cgi?id=624656 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild | 2 +- dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild b/dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild index 272302cb63b..c0982310166 100644 --- a/dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild +++ b/dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild @@ -26,7 +26,7 @@ RDEPEND=" >=media-libs/freetype-2.4:2 >=net-libs/libsoup-2.51.92:2.4 sys-apps/util-linux - >=x11-libs/gdk-pixbuf-2.31.5:2 + >=x11-libs/gdk-pixbuf-2.31.5:2[introspection?] x11-libs/gtk+:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.9.8:= ) diff --git a/dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild b/dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild index 35298883af0..06ae3b7b69f 100644 --- a/dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild +++ b/dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild @@ -26,7 +26,7 @@ RDEPEND=" >=media-libs/freetype-2.4:2 >=net-libs/libsoup-2.51.92:2.4 sys-apps/util-linux - >=x11-libs/gdk-pixbuf-2.31.5:2 + >=x11-libs/gdk-pixbuf-2.31.5:2[introspection?] x11-libs/gtk+:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.9.8:= )
