diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 01:15:38 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 01:36:37 +0300 |
commit | 66a317482164e9aee1679c241f6b2f43838ba0bb (patch) | |
tree | f84ab35d3f138ce4b19fa7bfd14e82a41586bed5 /x11-libs/gtkglext | |
parent | gnome-base/libbonobo: add explicit build dep on glib-utils (diff) | |
download | gentoo-66a317482164e9aee1679c241f6b2f43838ba0bb.tar.gz gentoo-66a317482164e9aee1679c241f6b2f43838ba0bb.tar.bz2 gentoo-66a317482164e9aee1679c241f6b2f43838ba0bb.zip |
x11-libs/gtkglext: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/667380
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-libs/gtkglext')
-rw-r--r-- | x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild b/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild index 948cc280bb4e..d817a80ab438 100644 --- a/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild +++ b/x11-libs/gtkglext/gtkglext-1.2.0-r4.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 @@ -24,6 +24,7 @@ RDEPEND=" >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} + dev-util/glib-utils >=sys-devel/autoconf-archive-2014.02.28 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] " |