diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-03-10 12:09:32 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-03-10 12:09:32 +0000 |
commit | b78c125e4a8403dc4ae28604b58df5850a4d0d0e (patch) | |
tree | cedf65eae41a668781cc6bf2009d7cd47330970b /app-text | |
parent | version bump (diff) | |
download | gentoo-2-b78c125e4a8403dc4ae28604b58df5850a4d0d0e.tar.gz gentoo-2-b78c125e4a8403dc4ae28604b58df5850a4d0d0e.tar.bz2 gentoo-2-b78c125e4a8403dc4ae28604b58df5850a4d0d0e.zip |
Further review of dependencies.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/mate-doc-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/mate-doc-utils/ChangeLog b/app-text/mate-doc-utils/ChangeLog index 7e3b2eee78de..fb04b6797c13 100644 --- a/app-text/mate-doc-utils/ChangeLog +++ b/app-text/mate-doc-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mate-doc-utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/ChangeLog,v 1.1 2014/02/28 13:38:12 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/ChangeLog,v 1.2 2014/03/10 12:09:32 tomwij Exp $ + + 10 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-doc-utils-1.6.2.ebuild: + Further review of dependencies. *mate-doc-utils-1.6.2 (28 Feb 2014) diff --git a/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild b/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild index 85872e7e730f..5b1624ccbef5 100644 --- a/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild +++ b/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild,v 1.1 2014/02/28 13:38:12 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild,v 1.2 2014/03/10 12:09:32 tomwij Exp $ EAPI="5" @@ -20,17 +20,17 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND="${PYTHON_DEPS} - >=app-text/gnome-doc-utils-0.20.10:0[${PYTHON_USEDEP}] + app-text/rarian:0 >=dev-libs/libxml2-2.6.12:2[python,${PYTHON_USEDEP}] >=dev-libs/libxslt-1.1.8:0 virtual/libintl:0" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.4 - app-text/rarian:0 + >=app-text/gnome-doc-utils-0.20.10:0[${PYTHON_USEDEP}] app-text/scrollkeeper-dtd:1.0 >=dev-util/intltool-0.35:0 - >=mate-base/mate-common-1.5.0:0 + >=mate-base/mate-common-1.6:0 >=sys-apps/gawk-3:0 sys-devel/gettext:0 virtual/pkgconfig:0" |