diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-04-20 21:55:13 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-04-20 21:55:13 +0000 |
commit | 827582a6bb563588e8ad5d1557472e25f535f316 (patch) | |
tree | 7a450045404303ba04fd80504b897983d5e37f4b | |
parent | Bump to 0.3.9. Fix crashed with newish libsoup and transfer over IPv6. (diff) | |
download | gentoo-2-827582a6bb563588e8ad5d1557472e25f535f316.tar.gz gentoo-2-827582a6bb563588e8ad5d1557472e25f535f316.tar.bz2 gentoo-2-827582a6bb563588e8ad5d1557472e25f535f316.zip |
Adding gtk-doc-am to DEPEND, thanks to loki_val, bug #265928.
(Portage version: 2.2_rc30/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/goffice/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/goffice/goffice-0.6.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog index bc6f5424e965..ff61ebb097f0 100644 --- a/x11-libs/goffice/ChangeLog +++ b/x11-libs/goffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/goffice # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.57 2009/04/19 16:34:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.58 2009/04/20 21:55:13 eva Exp $ + + 20 Apr 2009; Gilles Dartiguelongue <eva@gentoo.org> goffice-0.6.4.ebuild: + Adding gtk-doc-am to DEPEND, thanks to loki_val, bug #265928. 19 Apr 2009; Markus Meier <maekke@gentoo.org> goffice-0.6.6: amd64/x86 stable, bug #266715 diff --git a/x11-libs/goffice/goffice-0.6.4.ebuild b/x11-libs/goffice/goffice-0.6.4.ebuild index ab8b6d095248..b8bd0d681eb8 100644 --- a/x11-libs/goffice/goffice-0.6.4.ebuild +++ b/x11-libs/goffice/goffice-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.4.ebuild,v 1.9 2009/04/11 20:05:12 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.4.ebuild,v 1.10 2009/04/20 21:55:13 eva Exp $ EAPI=2 @@ -33,6 +33,7 @@ RDEPEND=">=dev-libs/glib-2.14 DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.18 >=dev-util/intltool-0.35 + dev-util/gtk-doc-am doc? ( >=dev-util/gtk-doc-1.4 )" DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README" |