summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-09-10 12:01:23 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-09-10 12:13:21 +0200
commit246bbe43c475198dec18118494262316f3fb7959 (patch)
treec940d31cc23c61f9938b0fb0f48feb4cf4c95715
parentx11-libs/gdk-pixbuf: cleanup security vulnerable revision, bug #611390 (diff)
downloadgentoo-246bbe43.tar.gz
gentoo-246bbe43.tar.bz2
gentoo-246bbe43.zip
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
-rw-r--r--dev-libs/appstream-glib/appstream-glib-0.6.13.ebuild2
-rw-r--r--dev-libs/appstream-glib/appstream-glib-0.6.8.ebuild2
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 272302cb63b7..c09823101667 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 35298883af04..06ae3b7b69f6 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:= )