diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-08-28 16:49:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-08-28 16:49:44 +0000 |
commit | 46ae9d71479c8518e6116ef36807991f27f91033 (patch) | |
tree | a11bcbc38276a060c8df8f3e2445877d86377a73 | |
parent | Old version. (diff) | |
download | gentoo-2-46ae9d71479c8518e6116ef36807991f27f91033.tar.gz gentoo-2-46ae9d71479c8518e6116ef36807991f27f91033.tar.bz2 gentoo-2-46ae9d71479c8518e6116ef36807991f27f91033.zip |
Stable for HPPA (bug #185823).
(Portage version: 2.1.3.7)
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 9d2c103660ad..1a496c407f28 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # 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.169 2007/08/24 21:24:41 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.170 2007/08/28 16:49:44 jer Exp $ + + 28 Aug 2007; Jeroen Roovers <jer@gentoo.org> vte-0.16.6-r1.ebuild: + Stable for HPPA (bug #185823). 24 Aug 2007; Daniel Gryniewicz <dang@gentoo.org> vte-0.16.8.ebuild: We need at least python 2.4.4-r5 with the fixed python-config; bug #189770 diff --git a/x11-libs/vte/vte-0.16.6-r1.ebuild b/x11-libs/vte/vte-0.16.6-r1.ebuild index f7a2a850f550..9a27a9b2816b 100644 --- a/x11-libs/vte/vte-0.16.6-r1.ebuild +++ b/x11-libs/vte/vte-0.16.6-r1.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.6-r1.ebuild,v 1.7 2007/08/25 14:03:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.6-r1.ebuild,v 1.8 2007/08/28 16:49:44 jer 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 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" # pcre is broken in this release IUSE="debug doc python opengl" |