diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-11-25 15:57:48 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-11-25 15:58:26 +0200 |
commit | e6ba1638e77b74c15da1acc6043f6f7bf54d5fd2 (patch) | |
tree | d0927c6f4c4853bee3504f7aebcd9aa812b2be78 /media-gfx/gthumb | |
parent | gnome-base/gnome-vfs: add explicit build dep on glib-utils (diff) | |
download | gentoo-e6ba1638e77b74c15da1acc6043f6f7bf54d5fd2.tar.gz gentoo-e6ba1638e77b74c15da1acc6043f6f7bf54d5fd2.tar.bz2 gentoo-e6ba1638e77b74c15da1acc6043f6f7bf54d5fd2.zip |
media-gfx/gthumb: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/670940
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'media-gfx/gthumb')
-rw-r--r-- | media-gfx/gthumb/gthumb-3.4.5.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-3.6.1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/gthumb/gthumb-3.4.5.ebuild b/media-gfx/gthumb/gthumb-3.4.5.ebuild index e2b90746de92..c72daaf3c5a4 100644 --- a/media-gfx/gthumb/gthumb-3.4.5.ebuild +++ b/media-gfx/gthumb/gthumb-3.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,6 +43,7 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/yelp-tools + dev-util/glib-utils >=dev-util/intltool-0.35 sys-devel/bison sys-devel/flex diff --git a/media-gfx/gthumb/gthumb-3.6.1.ebuild b/media-gfx/gthumb/gthumb-3.6.1.ebuild index 52269a4056d9..a94eb9644348 100644 --- a/media-gfx/gthumb/gthumb-3.6.1.ebuild +++ b/media-gfx/gthumb/gthumb-3.6.1.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 @@ -44,6 +44,7 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/yelp-tools + dev-util/glib-utils >=dev-util/intltool-0.50.1 sys-devel/bison sys-devel/flex |