diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-18 13:17:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-18 13:17:15 +0000 |
commit | 1f5211afa7d253401b46b40a60cb8f56ba8f8389 (patch) | |
tree | 2ebe297b4eb980f79044265d4792bc0e56cb683d /app-office | |
parent | Rename distfile to include package name. (diff) | |
download | gentoo-2-1f5211afa7d253401b46b40a60cb8f56ba8f8389.tar.gz gentoo-2-1f5211afa7d253401b46b40a60cb8f56ba8f8389.tar.bz2 gentoo-2-1f5211afa7d253401b46b40a60cb8f56ba8f8389.zip |
gnome-doc-utils needed at buildtime
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/pybliographer/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/pybliographer/pybliographer-1.2.15-r1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-office/pybliographer/ChangeLog b/app-office/pybliographer/ChangeLog index f11073ebbcda..bdd4b36b2156 100644 --- a/app-office/pybliographer/ChangeLog +++ b/app-office/pybliographer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/pybliographer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.34 2015/02/06 15:48:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.35 2015/04/18 13:17:15 pacho Exp $ + + 18 Apr 2015; Pacho Ramos <pacho@gentoo.org> pybliographer-1.2.15-r1.ebuild: + gnome-doc-utils needed at buildtime 06 Feb 2015; Pacho Ramos <pacho@gentoo.org> -pybliographer-1.2.12-r1.ebuild, -pybliographer-1.2.14.ebuild: diff --git a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild index 16a487937186..afcbf3fa35a9 100644 --- a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild +++ b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v 1.3 2015/01/29 10:58:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v 1.4 2015/04/18 13:17:15 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="${PYTHON_DEPS} +RDEPEND="${PYTHON_DEPS} >=app-text/recode-3.6-r1 app-text/scrollkeeper dev-libs/glib:2 @@ -30,7 +30,9 @@ DEPEND="${PYTHON_DEPS} dev-python/pygtk:2[${PYTHON_USEDEP}] >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + app-text/gnome-doc-utils +" src_prepare() { # Workaround for bug 487204. |