eva 14/10/05 12:19:10 Modified: ChangeLog appstream-glib-0.3.0.ebuild Log: Add gtk-doc to DEPEND, bug #523922. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.3 dev-libs/appstream-glib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/appstream-glib/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/appstream-glib/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/appstream-glib/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/appstream-glib/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 28 Sep 2014 10:03:11 -0000 1.2 +++ ChangeLog 5 Oct 2014 12:19:10 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/appstream-glib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/appstream-glib/ChangeLog,v 1.2 2014/09/28 10:03:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/appstream-glib/ChangeLog,v 1.3 2014/10/05 12:19:10 eva Exp $ + + 05 Oct 2014; Gilles Dartiguelongue <[email protected]> + appstream-glib-0.3.0.ebuild: + Add gtk-doc to DEPEND, bug #523922. 28 Sep 2014; Jeroen Roovers <[email protected]> appstream-glib-0.3.0.ebuild: Marked ~hppa too. 1.3 dev-libs/appstream-glib/appstream-glib-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/appstream-glib/appstream-glib-0.3.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/appstream-glib/appstream-glib-0.3.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/appstream-glib/appstream-glib-0.3.0.ebuild?r1=1.2&r2=1.3 Index: appstream-glib-0.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/appstream-glib/appstream-glib-0.3.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- appstream-glib-0.3.0.ebuild 28 Sep 2014 10:03:11 -0000 1.2 +++ appstream-glib-0.3.0.ebuild 5 Oct 2014 12:19:10 -0000 1.3 @@ -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/dev-libs/appstream-glib/appstream-glib-0.3.0.ebuild,v 1.2 2014/09/28 10:03:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/appstream-glib/appstream-glib-0.3.0.ebuild,v 1.3 2014/10/05 12:19:10 eva Exp $ EAPI=5 @@ -31,9 +31,11 @@ dev-libs/libyaml introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) " +# gtk-doc required until package is released properly DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.3 dev-libs/libxslt + >=dev-util/gtk-doc-1.21 >=dev-util/gtk-doc-am-1.9 >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17
