diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 01:00:09 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 01:36:24 +0300 |
commit | 621f8fd2d54c841ac030b8744e4dbc1ba0979c7f (patch) | |
tree | e94e4e73ce99fe833064ce4c7d916a5ed0a3a02a /x11-libs | |
parent | gnome-base/libgnomecanvas: add explicit build dep on glib-utils (diff) | |
download | gentoo-621f8fd2d54c841ac030b8744e4dbc1ba0979c7f.tar.gz gentoo-621f8fd2d54c841ac030b8744e4dbc1ba0979c7f.tar.bz2 gentoo-621f8fd2d54c841ac030b8744e4dbc1ba0979c7f.zip |
x11-libs/gtk+extra: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/667554
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild b/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild index a072f27eba04..b91ed6667f0c 100644 --- a/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild +++ b/x11-libs/gtk+extra/gtk+extra-3.3.3.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 @@ -19,6 +19,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.6.14:= ) " DEPEND="${RDEPEND} + dev-util/glib-utils virtual/pkgconfig " # dev-libs/gobject-introspection-common needed for eautoreconf |