mattst88 15/02/22 18:38:07 Modified: wayland-1.7.0.ebuild ChangeLog Log: Add missing dependencies for USE=doc, bug 540966. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.2 dev-libs/wayland/wayland-1.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.7.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.7.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.7.0.ebuild?r1=1.1&r2=1.2 Index: wayland-1.7.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.7.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wayland-1.7.0.ebuild 21 Feb 2015 20:51:38 -0000 1.1 +++ wayland-1.7.0.ebuild 22 Feb 2015 18:38:07 -0000 1.2 @@ -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/dev-libs/wayland/wayland-1.7.0.ebuild,v 1.1 2015/02/21 20:51:38 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.7.0.ebuild,v 1.2 2015/02/22 18:38:07 mattst88 Exp $ EAPI=5 @@ -30,7 +30,12 @@ RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) + doc? ( + >=app-doc/doxygen-1.6[dot] + app-text/xmlto + >=media-gfx/graphviz-2.26.0 + sys-apps/grep[pcre] + ) virtual/pkgconfig" src_configure() { 1.57 dev-libs/wayland/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 22 Feb 2015 13:21:27 -0000 1.56 +++ ChangeLog 22 Feb 2015 18:38:07 -0000 1.57 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/wayland # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.56 2015/02/22 13:21:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.57 2015/02/22 18:38:07 mattst88 Exp $ + + 22 Feb 2015; Matt Turner <[email protected]> wayland-1.7.0.ebuild: + Add missing dependencies for USE=doc, bug 540966. 22 Feb 2015; Agostino Sarubbo <[email protected]> wayland-1.6.1.ebuild: Stable for ia64, wrt bug #530652
