diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-09-26 01:29:25 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-09-26 01:29:25 +0000 |
commit | fde53c851e0d38a18db6d2efca7f97947f86cb3c (patch) | |
tree | edc5601e2c724d9666a05600f23b5adf14539cdf /x11-libs/vte | |
parent | Stable on mips, per #188029. (diff) | |
download | gentoo-2-fde53c851e0d38a18db6d2efca7f97947f86cb3c.tar.gz gentoo-2-fde53c851e0d38a18db6d2efca7f97947f86cb3c.tar.bz2 gentoo-2-fde53c851e0d38a18db6d2efca7f97947f86cb3c.zip |
Bumping straight to stable to catch up on some small gnome keywords on mips, per #191920.
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 6476819c49c0..a32681becbf9 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.176 2007/09/25 03:05:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.177 2007/09/26 01:29:25 kumba Exp $ + + 25 Sep 2007; Joshua Kinard <kumba@gentoo.org> vte-0.16.8.ebuild: + Bumping straight to stable to catch up on some small gnome keywords on mips, + per #191920. 25 Sep 2007; Jeroen Roovers <jer@gentoo.org> vte-0.16.8.ebuild: Stable for HPPA (bug #193339). diff --git a/x11-libs/vte/vte-0.16.8.ebuild b/x11-libs/vte/vte-0.16.8.ebuild index a4c701c080ca..30a94f5f8562 100644 --- a/x11-libs/vte/vte-0.16.8.ebuild +++ b/x11-libs/vte/vte-0.16.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.8.ebuild,v 1.9 2007/09/25 03:05:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.8.ebuild,v 1.10 2007/09/26 01:29:25 kumba 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 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" # pcre is broken in this release IUSE="debug doc python opengl" |