commit: 6a7d7d6406e829341c4168f182ff6c281fd4d054 Author: Chris Reffett <creffett <AT> gentoo <DOT> org> AuthorDate: Thu Feb 28 02:05:30 2019 +0000 Commit: Chris Reffett <creffett <AT> gentoo <DOT> org> CommitDate: Thu Feb 28 02:06:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7d7d64
app-text/xiphos: Add glib-utils as a dependency Fixes: https://bugs.gentoo.org/668896 Signed-off-by: Chris Reffett <creffett <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-text/xiphos/xiphos-4.0.6a-r1.ebuild | 3 ++- app-text/xiphos/xiphos-4.1.0-r1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-text/xiphos/xiphos-4.0.6a-r1.ebuild b/app-text/xiphos/xiphos-4.0.6a-r1.ebuild index c8c02b73669..c131ac2b16a 100644 --- a/app-text/xiphos/xiphos-4.0.6a-r1.ebuild +++ b/app-text/xiphos/xiphos-4.0.6a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,6 +35,7 @@ DEPEND="${RDEPEND} app-text/rarian dev-libs/libxslt[${PYTHON_USEDEP}] dev-util/intltool + dev-util/glib-utils >=net-libs/biblesync-1.1.2-r1[-static] virtual/pkgconfig sys-devel/gettext diff --git a/app-text/xiphos/xiphos-4.1.0-r1.ebuild b/app-text/xiphos/xiphos-4.1.0-r1.ebuild index a9f5298597b..355ed3f118c 100644 --- a/app-text/xiphos/xiphos-4.1.0-r1.ebuild +++ b/app-text/xiphos/xiphos-4.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,6 +32,7 @@ DEPEND="${RDEPEND} app-text/gnome-doc-utils[${PYTHON_USEDEP}] app-text/rarian dev-libs/libxslt[${PYTHON_USEDEP}] + dev-util/glib-utils dev-util/intltool >=net-libs/biblesync-1.1.2-r1[-static] virtual/pkgconfig
