diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-12 17:00:59 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-12 17:00:59 +0000 |
commit | 053c991df50bd0278617f1e3f57e86c687b97f52 (patch) | |
tree | 8565274d80e282e9ec9937ef40b772d733e0eac8 /x11-libs/vte | |
parent | Stable on amd64 wrt bug #156662. (diff) | |
download | gentoo-2-053c991df50bd0278617f1e3f57e86c687b97f52.tar.gz gentoo-2-053c991df50bd0278617f1e3f57e86c687b97f52.tar.bz2 gentoo-2-053c991df50bd0278617f1e3f57e86c687b97f52.zip |
Stable on amd64 wrt bug #156662.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.14.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 078880c7058e..372be6785fb0 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.133 2006/12/10 20:25:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.134 2006/12/12 17:00:59 wolf31o2 Exp $ + + 12 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> vte-0.14.1.ebuild: + Stable on amd64 wrt bug #156662. 10 Dec 2006; Andrej Kacian <ticho@gentoo.org> vte-0.14.1.ebuild: Stable on x86, bug #156662. diff --git a/x11-libs/vte/vte-0.14.1.ebuild b/x11-libs/vte/vte-0.14.1.ebuild index 728057fa1134..0f103853ade7 100644 --- a/x11-libs/vte/vte-0.14.1.ebuild +++ b/x11-libs/vte/vte-0.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.14.1.ebuild,v 1.2 2006/12/10 20:25:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.14.1.ebuild,v 1.3 2006/12/12 17:00:59 wolf31o2 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" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="debug doc python opengl" RDEPEND=">=dev-libs/glib-2.9 |