diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-11-17 13:29:54 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-11-17 13:29:54 +0000 |
commit | 74e21bf5f9917cdf9e8afa6092b04ea512d165ee (patch) | |
tree | 12d98d496cf45468679ee6bb4209aa4dba6134bc /x11-libs/vte | |
parent | Stable on x86 wrt bug #199322 (diff) | |
download | historical-74e21bf5f9917cdf9e8afa6092b04ea512d165ee.tar.gz historical-74e21bf5f9917cdf9e8afa6092b04ea512d165ee.tar.bz2 historical-74e21bf5f9917cdf9e8afa6092b04ea512d165ee.zip |
Stable on x86 wrt bug #199322
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 7a99373bae52..6c7ae1528616 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.181 2007/11/16 17:55:14 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.182 2007/11/17 13:29:54 cla Exp $ + + 17 Nov 2007; Dawid Węgliński <cla@gentoo.org> vte-0.16.9.ebuild: + Stable on x86 (bug #199322) 16 Nov 2007; Samuli Suominen <drac@gentoo.org> vte-0.16.9.ebuild: amd64 stable wrt #199322 diff --git a/x11-libs/vte/vte-0.16.9.ebuild b/x11-libs/vte/vte-0.16.9.ebuild index 953970710a67..63cb5a0cc3f5 100644 --- a/x11-libs/vte/vte-0.16.9.ebuild +++ b/x11-libs/vte/vte-0.16.9.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.9.ebuild,v 1.4 2007/11/16 17:55:14 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.9.ebuild,v 1.5 2007/11/17 13:29:54 cla 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" |