eva 14/12/15 23:30:21 Modified: vte-0.38.2.ebuild ChangeLog Log: Fix bad edit, DEPEND -> RDEPEND. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.2 x11-libs/vte/vte-0.38.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.38.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.38.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.38.2.ebuild?r1=1.1&r2=1.2 Index: vte-0.38.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.38.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vte-0.38.2.ebuild 15 Dec 2014 23:18:27 -0000 1.1 +++ vte-0.38.2.ebuild 15 Dec 2014 23:30:21 -0000 1.2 @@ -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/x11-libs/vte/vte-0.38.2.ebuild,v 1.1 2014/12/15 23:18:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.38.2.ebuild,v 1.2 2014/12/15 23:30:21 eva Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" PDEPEND=">=x11-libs/gnome-pty-helper-${PV}" -DEPEND=" +RDEPEND=" >=dev-libs/glib-2.40:2 >=x11-libs/gtk+-3.8:3[introspection?] >=x11-libs/pango-1.22.0 1.399 x11-libs/vte/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.399&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.399&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.398&r2=1.399 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v retrieving revision 1.398 retrieving revision 1.399 diff -u -r1.398 -r1.399 --- ChangeLog 15 Dec 2014 23:18:27 -0000 1.398 +++ ChangeLog 15 Dec 2014 23:30:21 -0000 1.399 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.398 2014/12/15 23:18:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.399 2014/12/15 23:30:21 eva Exp $ + + 15 Dec 2014; Gilles Dartiguelongue <[email protected]> vte-0.38.2.ebuild: + Fix bad edit, DEPEND -> RDEPEND. *vte-0.38.2 (15 Dec 2014)
