diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-15 23:30:21 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-15 23:30:21 +0000 |
commit | 5589c13424fdbe388032bb15535b13fb819e28c3 (patch) | |
tree | 270f5996c532a6105e747fa3355dcef85b7371ea /x11-libs | |
parent | Version bump for Gnome 3.14. (diff) | |
download | gentoo-2-5589c13424fdbe388032bb15535b13fb819e28c3.tar.gz gentoo-2-5589c13424fdbe388032bb15535b13fb819e28c3.tar.bz2 gentoo-2-5589c13424fdbe388032bb15535b13fb819e28c3.zip |
Fix bad edit, DEPEND -> RDEPEND.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.38.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 54d4fec4eb4c..01b6d734d8da 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -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 <eva@gentoo.org> vte-0.38.2.ebuild: + Fix bad edit, DEPEND -> RDEPEND. *vte-0.38.2 (15 Dec 2014) diff --git a/x11-libs/vte/vte-0.38.2.ebuild b/x11-libs/vte/vte-0.38.2.ebuild index 3367c93083fa..f2235d0018df 100644 --- a/x11-libs/vte/vte-0.38.2.ebuild +++ b/x11-libs/vte/vte-0.38.2.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/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 @@ IUSE="debug glade +introspection vala" 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 |