diff options
author | Dawid Węgliński <cla@gentoo.org> | 2008-04-12 16:42:05 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2008-04-12 16:42:05 +0000 |
commit | de792e8e0156761f3f3a6246221572ee65dfa25b (patch) | |
tree | e1945253eb6654e0a04119c1d3c717658d67ff3f /x11-libs/vte | |
parent | remove old pam_mount to avoid people using it (it's heavily broken) (diff) | |
download | gentoo-2-de792e8e0156761f3f3a6246221572ee65dfa25b.tar.gz gentoo-2-de792e8e0156761f3f3a6246221572ee65dfa25b.tar.bz2 gentoo-2-de792e8e0156761f3f3a6246221572ee65dfa25b.zip |
Stable on x86 (bug #217395)
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 1f507b0b8adc..8276427882ee 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.198 2008/04/12 14:33:51 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.199 2008/04/12 16:42:05 cla Exp $ + + 12 Apr 2008; Dawid Węgliński <cla@gentoo.org> vte-0.16.13.ebuild: + Stable on x86 (bug #217395) 12 Apr 2008; Samuli Suominen <drac@gentoo.org> vte-0.16.13.ebuild: amd64 stable wrt #217395 diff --git a/x11-libs/vte/vte-0.16.13.ebuild b/x11-libs/vte/vte-0.16.13.ebuild index 347cfbffa479..5144d8d208c6 100644 --- a/x11-libs/vte/vte-0.16.13.ebuild +++ b/x11-libs/vte/vte-0.16.13.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.13.ebuild,v 1.3 2008/04/12 14:33:51 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.13.ebuild,v 1.4 2008/04/12 16:42:05 cla 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 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" # pcre is broken in this release IUSE="debug doc python opengl" |