diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-12-10 20:25:17 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-12-10 20:25:17 +0000 |
commit | 28b1643c99f210e7311e49b89bbf611297911d21 (patch) | |
tree | 01d9d9dd400ce379c2bf2ff739ed5c3146176509 /x11-libs/vte | |
parent | Stable on x86, bug #156662. (diff) | |
download | gentoo-2-28b1643c99f210e7311e49b89bbf611297911d21.tar.gz gentoo-2-28b1643c99f210e7311e49b89bbf611297911d21.tar.bz2 gentoo-2-28b1643c99f210e7311e49b89bbf611297911d21.zip |
Stable on x86, bug #156662.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.14.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 67bdc785a85f..078880c7058e 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.132 2006/10/20 22:01:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.133 2006/12/10 20:25:17 ticho Exp $ + + 10 Dec 2006; Andrej Kacian <ticho@gentoo.org> vte-0.14.1.ebuild: + Stable on x86, bug #156662. 20 Oct 2006; Aron Griffis <agriffis@gentoo.org> vte-0.12.2.ebuild: Mark 0.12.2 stable on alpha diff --git a/x11-libs/vte/vte-0.14.1.ebuild b/x11-libs/vte/vte-0.14.1.ebuild index 844e253611f9..728057fa1134 100644 --- a/x11-libs/vte/vte-0.14.1.ebuild +++ b/x11-libs/vte/vte-0.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.14.1.ebuild,v 1.1 2006/10/12 03:54:10 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.14.1.ebuild,v 1.2 2006/12/10 20:25:17 ticho Exp $ inherit eutils gnome2 autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="debug doc python opengl" RDEPEND=">=dev-libs/glib-2.9 |