diff options
author | 2018-10-07 00:53:07 +0300 | |
---|---|---|
committer | 2018-10-07 01:36:20 +0300 | |
commit | d36dd997a6e50d912f75bc930055b554535aa5ae (patch) | |
tree | dd3378a5dbe2b286b99bafd5d77a3d60be0c6e1d /x11-libs | |
parent | app-text/gspell: add explicit build dep on glib-utils (diff) | |
download | gentoo-d36dd997a6e50d912f75bc930055b554535aa5ae.tar.gz gentoo-d36dd997a6e50d912f75bc930055b554535aa5ae.tar.bz2 gentoo-d36dd997a6e50d912f75bc930055b554535aa5ae.zip |
x11-libs/gtef: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/667736
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/gtef/gtef-2.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/gtef/gtef-2.0.1.ebuild b/x11-libs/gtef/gtef-2.0.1.ebuild index 8be374567d7e..e674966f57aa 100644 --- a/x11-libs/gtef/gtef-2.0.1.ebuild +++ b/x11-libs/gtef/gtef-2.0.1.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 @@ -27,6 +27,7 @@ DEPEND="${DEPEND} test? ( dev-util/valgrind ) vala? ( $(vala_depend) ) >=sys-devel/gettext-0.19.4 + dev-util/glib-utils >=dev-util/gtk-doc-am-1.25 virtual/pkgconfig " |