diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 01:14:39 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 01:36:35 +0300 |
commit | 7cc72d23d8c5420271a718a77dd105d62b450999 (patch) | |
tree | b23997052c17bf1e7910c0e3ad710908b7eaee43 /gnome-base | |
parent | net-libs/telepathy-glib: add explicit build dep on glib-utils (diff) | |
download | gentoo-7cc72d23d8c5420271a718a77dd105d62b450999.tar.gz gentoo-7cc72d23d8c5420271a718a77dd105d62b450999.tar.bz2 gentoo-7cc72d23d8c5420271a718a77dd105d62b450999.zip |
gnome-base/libbonobo: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/667388
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/libbonobo/libbonobo-2.24.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild b/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild index 4be2587ea505..4d43751f3952 100644 --- a/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild +++ b/gnome-base/libbonobo/libbonobo-2.24.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" @@ -26,6 +26,7 @@ RDEPEND=" !gnome-base/bonobo-activation " DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am virtual/yacc sys-devel/flex |