diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-11-01 22:40:54 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-11-01 22:41:37 +0200 |
commit | 9b395f376ddf326f0d7b4f818c6542ea30ba643b (patch) | |
tree | d9a63fc7ac29b23c795c5d04d6bde4d7434529a6 /net-libs/farstream | |
parent | x11-libs/mx: add explicit build dep on glib-utils (diff) | |
download | gentoo-9b395f376ddf326f0d7b4f818c6542ea30ba643b.tar.gz gentoo-9b395f376ddf326f0d7b4f818c6542ea30ba643b.tar.bz2 gentoo-9b395f376ddf326f0d7b4f818c6542ea30ba643b.zip |
net-libs/farstream: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/668890
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'net-libs/farstream')
-rw-r--r-- | net-libs/farstream/farstream-0.2.8-r1.ebuild | 3 | ||||
-rw-r--r-- | net-libs/farstream/farstream-0.2.8-r2.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/farstream/farstream-0.2.8-r1.ebuild b/net-libs/farstream/farstream-0.2.8-r1.ebuild index 3c16cfb12872..ee9b123f673d 100644 --- a/net-libs/farstream/farstream-0.2.8-r1.ebuild +++ b/net-libs/farstream/farstream-0.2.8-r1.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 @@ -35,6 +35,7 @@ RDEPEND="${COMMONDEPEND} " DEPEND="${COMMONDEPEND} ${PYTHON_DEPS} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.18 virtual/pkgconfig test? ( diff --git a/net-libs/farstream/farstream-0.2.8-r2.ebuild b/net-libs/farstream/farstream-0.2.8-r2.ebuild index 2fdbdd8a8d12..49efe0757aa3 100644 --- a/net-libs/farstream/farstream-0.2.8-r2.ebuild +++ b/net-libs/farstream/farstream-0.2.8-r2.ebuild @@ -36,6 +36,7 @@ RDEPEND="${COMMONDEPEND} " DEPEND="${COMMONDEPEND} ${PYTHON_DEPS} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.18 virtual/pkgconfig test? ( |