diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 00:54:47 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 01:36:22 +0300 |
commit | 3408e586d51cc422d4930f9fb728cb2217dc9408 (patch) | |
tree | 2e8bef14d0b0797a508f1fdf587bca8830c92712 /gnome-base | |
parent | x11-libs/gtef: add explicit build dep on glib-utils (diff) | |
download | gentoo-3408e586d51cc422d4930f9fb728cb2217dc9408.tar.gz gentoo-3408e586d51cc422d4930f9fb728cb2217dc9408.tar.bz2 gentoo-3408e586d51cc422d4930f9fb728cb2217dc9408.zip |
gnome-base/libgnomecanvas: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/667740
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild index 0f5756bec03a..bc2ea1b97966 100644 --- a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.ebuild +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.30.3-r1.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="5" @@ -25,6 +25,7 @@ RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] DEPEND="${RDEPEND} >=dev-lang/perl-5 sys-devel/gettext + dev-util/glib-utils >=dev-util/intltool-0.35 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" |