diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 13:03:35 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 13:13:22 +0200 |
commit | 7be10e4239c389645a625e29b333bba7cb794365 (patch) | |
tree | c972aef4b88791d197fff97b62111c91a5ce4bde | |
parent | x11-libs/goffice: add explicit build dep on glib-utils (diff) | |
download | gentoo-7be10e4239c389645a625e29b333bba7cb794365.tar.gz gentoo-7be10e4239c389645a625e29b333bba7cb794365.tar.bz2 gentoo-7be10e4239c389645a625e29b333bba7cb794365.zip |
net-voip/telepathy-gabble: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/668254
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild index b20b0f2d4ecb..4f84d3e5220d 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.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 @@ -46,6 +46,7 @@ RDEPEND=" " DEPEND="${RDEPEND} ${PYTHON_DEPS} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.17 dev-libs/libxslt virtual/pkgconfig |