diff options
author | Rémi Cardona <remi@gentoo.org> | 2018-10-18 22:02:57 +0200 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2018-10-18 22:05:46 +0200 |
commit | 618f8ef6498d1326176d076dad623038a2942ff9 (patch) | |
tree | 4eebdc1e95396bf817b8b2b4bf8329a990e05b3c /app-dicts/gnome-dictionary | |
parent | dev-python/click: bump to 7.0 (diff) | |
download | gentoo-618f8ef6498d1326176d076dad623038a2942ff9.tar.gz gentoo-618f8ef6498d1326176d076dad623038a2942ff9.tar.bz2 gentoo-618f8ef6498d1326176d076dad623038a2942ff9.zip |
app-dicts/gnome-dictionary: fix build with split glib/glib-utils
Closes: https://bugs.gentoo.org/668960
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Rémi Cardona <remi@gentoo.org>
Diffstat (limited to 'app-dicts/gnome-dictionary')
-rw-r--r-- | app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild index 21f7fccae549..06730a6ae42f 100644 --- a/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild +++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.24.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 @@ -26,6 +26,7 @@ RDEPEND="${COMMON_DEPEND} # ${PN} was part of gnome-utils before 3.4 DEPEND="${COMMON_DEPEND} >=dev-util/gtk-doc-am-1.15 + dev-util/glib-utils >=dev-util/intltool-0.40 dev-util/itstool >=sys-devel/gettext-0.17 |