diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-09-13 21:14:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-09-13 21:14:10 +0000 |
commit | 095c6356594bf12ab669ce8dd66d8a129ba604af (patch) | |
tree | 01b0635fafd528db361fe50f28c97a77fabe3330 /x11-libs | |
parent | Cleaned up older versions. (diff) | |
download | gentoo-2-095c6356594bf12ab669ce8dd66d8a129ba604af.tar.gz gentoo-2-095c6356594bf12ab669ce8dd66d8a129ba604af.tar.bz2 gentoo-2-095c6356594bf12ab669ce8dd66d8a129ba604af.zip |
Mark 0.12.2 stable on ia64. #139612
(Portage version: 2.1.1)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.12.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 1f76c23b9ee3..2edc8305be48 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.129 2006/09/07 04:15:07 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.130 2006/09/13 21:14:10 agriffis Exp $ + + 13 Sep 2006; Aron Griffis <agriffis@gentoo.org> vte-0.12.2.ebuild: + Mark 0.12.2 stable on ia64. #139612 *vte-0.14.0 (07 Sep 2006) diff --git a/x11-libs/vte/vte-0.12.2.ebuild b/x11-libs/vte/vte-0.12.2.ebuild index fd5b96727bf2..e26063a22af5 100644 --- a/x11-libs/vte/vte-0.12.2.ebuild +++ b/x11-libs/vte/vte-0.12.2.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.12.2.ebuild,v 1.8 2006/08/16 18:15:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.12.2.ebuild,v 1.9 2006/09/13 21:14:10 agriffis Exp $ inherit eutils autotools gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="debug doc opengl python" RDEPEND=">=dev-libs/glib-2.6 |