diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-03 17:24:56 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-03 17:24:56 +0000 |
commit | 46bb7b275108e99393d4cbf9197804b2b9e78ede (patch) | |
tree | f737c3446abf1e14763fedc4a81e15d17a32e7b3 /x11-libs/vte/vte-0.16.8.ebuild | |
parent | amd64/x86 stable, bug #268111 (diff) | |
download | gentoo-2-46bb7b275108e99393d4cbf9197804b2b9e78ede.tar.gz gentoo-2-46bb7b275108e99393d4cbf9197804b2b9e78ede.tar.bz2 gentoo-2-46bb7b275108e99393d4cbf9197804b2b9e78ede.zip |
New version for GNOME 2.26. Provide a catalog for glade, drop old backends and write a new one using pangocairo.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/vte/vte-0.16.8.ebuild')
-rw-r--r-- | x11-libs/vte/vte-0.16.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/vte/vte-0.16.8.ebuild b/x11-libs/vte/vte-0.16.8.ebuild index 297a493fe7fe..3a35695522dd 100644 --- a/x11-libs/vte/vte-0.16.8.ebuild +++ b/x11-libs/vte/vte-0.16.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.8.ebuild,v 1.16 2009/01/05 13:29:29 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.8.ebuild,v 1.17 2009/05/03 17:24:56 eva 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 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="~mips" # pcre is broken in this release IUSE="debug doc python opengl" |