diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-03 02:41:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-09-03 02:41:39 +0000 |
commit | 8f5a408f4e433101de04f9327b4114a50168100e (patch) | |
tree | 51946f6713d6d8c4e3be35c51b5035d2ce207311 /x11-libs | |
parent | Stable for HPPA (bug #190900). (diff) | |
download | gentoo-2-8f5a408f4e433101de04f9327b4114a50168100e.tar.gz gentoo-2-8f5a408f4e433101de04f9327b4114a50168100e.tar.bz2 gentoo-2-8f5a408f4e433101de04f9327b4114a50168100e.zip |
sh love
(Portage version: 2.1.3.7)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/vte-0.14.2.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.6-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.16.8.ebuild | 16 |
3 files changed, 12 insertions, 12 deletions
diff --git a/x11-libs/vte/vte-0.14.2.ebuild b/x11-libs/vte/vte-0.14.2.ebuild index f2679a98ebed..fc239019baf2 100644 --- a/x11-libs/vte/vte-0.14.2.ebuild +++ b/x11-libs/vte/vte-0.14.2.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.14.2.ebuild,v 1.10 2007/07/22 03:07:25 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.14.2.ebuild,v 1.11 2007/09/03 02:41:39 vapier 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 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="debug doc python opengl" RDEPEND=">=dev-libs/glib-2.9 diff --git a/x11-libs/vte/vte-0.16.6-r1.ebuild b/x11-libs/vte/vte-0.16.6-r1.ebuild index 9a27a9b2816b..8eca2db4f7d6 100644 --- a/x11-libs/vte/vte-0.16.6-r1.ebuild +++ b/x11-libs/vte/vte-0.16.6-r1.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.6-r1.ebuild,v 1.8 2007/08/28 16:49:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.6-r1.ebuild,v 1.9 2007/09/03 02:41:39 vapier 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 ~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" diff --git a/x11-libs/vte/vte-0.16.8.ebuild b/x11-libs/vte/vte-0.16.8.ebuild index 22277fc147f5..a524af0b9a85 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-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.8.ebuild,v 1.3 2007/08/24 21:24:41 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.16.8.ebuild,v 1.4 2007/09/03 02:41:39 vapier 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 ~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" @@ -20,13 +20,13 @@ RDEPEND=">=dev-libs/glib-2.9 media-libs/fontconfig sys-libs/ncurses opengl? ( - virtual/opengl - virtual/glu - ) + virtual/opengl + virtual/glu + ) python? ( - >=dev-python/pygtk-2.4 - >=dev-lang/python-2.4.4-r5 - ) + >=dev-python/pygtk-2.4 + >=dev-lang/python-2.4.4-r5 + ) x11-libs/libX11 virtual/xft" |