diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-06-21 12:04:48 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-06-21 12:04:48 +0000 |
commit | 2a64a5043965f70fa18c5a323e9dc7df75720742 (patch) | |
tree | db58da3c0a260bc9e5eb126a71f9c05ae95a5698 /app-arch | |
parent | Stable for x86, wrt bug #512506 (diff) | |
download | gentoo-2-2a64a5043965f70fa18c5a323e9dc7df75720742.tar.gz gentoo-2-2a64a5043965f70fa18c5a323e9dc7df75720742.tar.bz2 gentoo-2-2a64a5043965f70fa18c5a323e9dc7df75720742.zip |
Add missing app-text/gnome-doc-utils dependency for xml2po; fixes bug #514068, reported by Patrick Lauer.
(Portage version: 2.2.10_p125/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/mate-file-archiver/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-arch/mate-file-archiver/ChangeLog b/app-arch/mate-file-archiver/ChangeLog index e7a4d4f4ec9c..2765361ac239 100644 --- a/app-arch/mate-file-archiver/ChangeLog +++ b/app-arch/mate-file-archiver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/mate-file-archiver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/mate-file-archiver/ChangeLog,v 1.2 2014/05/04 14:52:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mate-file-archiver/ChangeLog,v 1.3 2014/06/21 12:04:48 tomwij Exp $ + + 21 Jun 2014; Tom Wijsman <TomWij@gentoo.org> mate-file-archiver-1.6.1.ebuild: + Add missing app-text/gnome-doc-utils dependency for xml2po; fixes bug #514068, + reported by Patrick Lauer. 04 May 2014; Agostino Sarubbo <ago@gentoo.org> mate-file-archiver-1.6.1.ebuild: diff --git a/app-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild b/app-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild index 904b3af0baea..65b45003a97a 100644 --- a/app-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild +++ b/app-arch/mate-file-archiver/mate-file-archiver-1.6.1.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-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild,v 1.2 2014/05/04 14:52:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mate-file-archiver/mate-file-archiver-1.6.1.ebuild,v 1.3 2014/06/21 12:04:48 tomwij Exp $ EAPI="5" @@ -29,6 +29,7 @@ RDEPEND=">=x11-libs/gtk+-2.21.4:2 caja? ( >=mate-base/mate-file-manager-1.6:0 )" DEPEND="${RDEPEND} + >=app-text/gnome-doc-utils-0.20.10:0 >=app-text/mate-doc-utils-1.6:0 >=dev-util/intltool-0.35:* >=mate-base/mate-common-1.6:0 |