diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 13:06:50 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 13:13:24 +0200 |
commit | 7e3c4658b4897f491f5ca55d793398d178da3b90 (patch) | |
tree | 3551540c556c05ddefac467550599c17bf322291 /x11-libs | |
parent | net-voip/telepathy-gabble: add explicit build dep on glib-utils (diff) | |
download | gentoo-7e3c4658b4897f491f5ca55d793398d178da3b90.tar.gz gentoo-7e3c4658b4897f491f5ca55d793398d178da3b90.tar.bz2 gentoo-7e3c4658b4897f491f5ca55d793398d178da3b90.zip |
x11-libs/goocanvas: add explicit build dep on glib-utils
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/goocanvas/goocanvas-1.0.0.ebuild | 3 | ||||
-rw-r--r-- | x11-libs/goocanvas/goocanvas-2.0.4.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild index 5b8652989b62..1f7e14547782 100644 --- a/x11-libs/goocanvas/goocanvas-1.0.0.ebuild +++ b/x11-libs/goocanvas/goocanvas-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -22,6 +22,7 @@ RDEPEND=" >=x11-libs/cairo-1.4 " DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am virtual/pkgconfig " diff --git a/x11-libs/goocanvas/goocanvas-2.0.4.ebuild b/x11-libs/goocanvas/goocanvas-2.0.4.ebuild index af360bb3fb6f..dcf4b83a0e66 100644 --- a/x11-libs/goocanvas/goocanvas-2.0.4.ebuild +++ b/x11-libs/goocanvas/goocanvas-2.0.4.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=" >=dev-python/pygobject-2.90.4:3[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.16 >=sys-devel/gettext-0.19.4 virtual/pkgconfig |