diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 22:49:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 22:49:13 +0000 |
commit | 4d641e9d96d4126be54e680186d5bb6d620dcc7d (patch) | |
tree | cf1bc717ee56ed670e339c2d25cb0263b1e1a6a3 /x11-libs/vte | |
parent | Fix wrong commit, bug 502160 (diff) | |
download | gentoo-2-4d641e9d96d4126be54e680186d5bb6d620dcc7d.tar.gz gentoo-2-4d641e9d96d4126be54e680186d5bb6d620dcc7d.tar.bz2 gentoo-2-4d641e9d96d4126be54e680186d5bb6d620dcc7d.zip |
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.2-r206.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 7df09d2c1d62..420b475b9615 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.377 2014/02/22 22:48:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.378 2014/02/22 22:49:13 pacho Exp $ + + 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> vte-0.28.2-r206.ebuild: + Fix wrong commit, bug 502160 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> vte-0.34.9.ebuild: Fix wrong commit, bug 502160 diff --git a/x11-libs/vte/vte-0.28.2-r206.ebuild b/x11-libs/vte/vte-0.28.2-r206.ebuild index 90bb199fd6f5..b89f587eeda2 100644 --- a/x11-libs/vte/vte-0.28.2-r206.ebuild +++ b/x11-libs/vte/vte-0.28.2-r206.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.28.2-r206.ebuild,v 1.6 2014/02/22 16:00:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r206.ebuild,v 1.7 2014/02/22 22:49:13 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -13,7 +13,7 @@ HOMEPAGE="https://live.gnome.org/VTE" LICENSE="LGPL-2+" SLOT="0" -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" +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" IUSE="debug glade +introspection python" PDEPEND="x11-libs/gnome-pty-helper" |