diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-02 15:46:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-02 15:46:10 +0000 |
commit | 41727d595308aef165eefd8869a7f3b9a214fa17 (patch) | |
tree | 94170c38b23861bd523cda525d55900e55153754 /x11-libs/vte | |
parent | Stable on amd64 wrt bug #208366. (diff) | |
download | historical-41727d595308aef165eefd8869a7f3b9a214fa17.tar.gz historical-41727d595308aef165eefd8869a7f3b9a214fa17.tar.bz2 historical-41727d595308aef165eefd8869a7f3b9a214fa17.zip |
Stable on amd64 wrt bug #208366.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index d811e4907b40..7a37a2b6d8aa 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.191 2008/02/01 18:52:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.192 2008/02/02 15:46:10 wolf31o2 Exp $ + + 02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> vte-0.16.12.ebuild: + Stable on amd64 wrt bug #208366. 01 Feb 2008; Brent Baude <ranger@gentoo.org> vte-0.16.12.ebuild: Marking vte-0.16.12 ppc64 and ppc stable for bug 208366 diff --git a/x11-libs/vte/vte-0.16.12.ebuild b/x11-libs/vte/vte-0.16.12.ebuild index 81fd30f5a0c6..6a0d2a633338 100644 --- a/x11-libs/vte/vte-0.16.12.ebuild +++ b/x11-libs/vte/vte-0.16.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.12.ebuild,v 1.4 2008/02/01 18:52:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.12.ebuild,v 1.5 2008/02/02 15:46:10 wolf31o2 Exp $ inherit eutils gnome2 autotools python @@ -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 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" # pcre is broken in this release IUSE="debug doc python opengl" |