diff options
23 files changed, 27 insertions, 212 deletions
diff --git a/dev-libs/atk/atk-1.2.1.ebuild b/dev-libs/atk/atk-1.2.1.ebuild deleted file mode 100644 index 7ea44adcda23..000000000000 --- a/dev-libs/atk/atk-1.2.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.2.1.ebuild,v 1.2 2003/02/04 06:03:58 spider Exp $ - -inherit libtool gnome2 - -IUSE="doc" -S=${WORKDIR}/${P} -DESCRIPTION="Gnome Accessibility Toolkit" -HOMEPAGE="http://developer.gnome.org/projects/gap/" - -SLOT="1" -LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~alpha" - -RDEPEND=">=dev-libs/glib-2" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-0.9-r2 ) - >=dev-util/pkgconfig-0.12.0" - -src_compile() { - elibtoolize - local myconf - use doc \ - && myconf="${myconf} --enable-gtk-doc" \ - || myconf="${myconf} --disable-gtk-doc" - - if [ -n "$DEBUGBUILD" ]; then - myconf="${myconf} --enable-debug" - fi - - econf ${myconf} || die - emake || die -} - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS -} diff --git a/dev-libs/atk/atk-1.2.2.ebuild b/dev-libs/atk/atk-1.2.2.ebuild index 2e40f958ec1d..cbec48143098 100644 --- a/dev-libs/atk/atk-1.2.2.ebuild +++ b/dev-libs/atk/atk-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.2.2.ebuild,v 1.1 2003/01/21 19:20:25 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.2.2.ebuild,v 1.2 2003/02/09 15:17:51 foser Exp $ inherit libtool gnome2 @@ -11,7 +11,7 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/" SLOT="1" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc ~alpha" RDEPEND=">=dev-libs/glib-2" diff --git a/dev-libs/atk/files/digest-atk-1.2.1 b/dev-libs/atk/files/digest-atk-1.2.1 deleted file mode 100644 index eee9df229ed0..000000000000 --- a/dev-libs/atk/files/digest-atk-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6486749eed2c32c48ad883e0402e9e3c atk-1.2.1.tar.bz2 288666 diff --git a/dev-libs/glib/glib-2.2.1.ebuild b/dev-libs/glib/glib-2.2.1.ebuild index 0737f12f5cb3..6afefc62c73f 100644 --- a/dev-libs/glib/glib-2.2.1.ebuild +++ b/dev-libs/glib/glib-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.1.ebuild,v 1.1 2003/02/04 06:02:09 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.1.ebuild,v 1.2 2003/02/09 15:17:51 foser Exp $ inherit libtool @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gtk.org/" SLOT="2" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND=">=dev-util/pkgconfig-0.14.0 doc? ( >=dev-util/gtk-doc-0.9-r2 )" diff --git a/dev-libs/librep/librep-0.16.1.ebuild b/dev-libs/librep/librep-0.16.1.ebuild index 61fa97ed6129..02e8f597eec8 100644 --- a/dev-libs/librep/librep-0.16.1.ebuild +++ b/dev-libs/librep/librep-0.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.1.ebuild,v 1.7 2003/02/05 16:45:27 agriffis Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.1.ebuild,v 1.8 2003/02/09 15:17:51 foser Exp $ IUSE="readline" @@ -17,9 +17,6 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc ppc alpha" DEPEND=">=sys-libs/gdbm-1.8.0 - >=dev-libs/gmp-3.1.1 - readline? ( >=sys-libs/readline-4.1 - >=sys-libs/ncurses-5.2 ) sys-apps/texinfo >=sys-devel/automake-1.6.1-r5" @@ -29,9 +26,7 @@ src_compile() { local myconf="" - use readline \ - && myconf="--with-readline" \ - || myconf="--without-readline" + myconf="--without-readline --without-gmp" LC_ALL="" LINGUAS="" @@ -40,10 +35,9 @@ src_compile() { econf \ --libexecdir=/usr/lib \ - --with-extra-cflags=-fstrength-reduce \ ${myconf} || die "configure failure" - emake host_type=${CHOST} || die "compile failure" + make -j1 host_type=${CHOST} || die "compile failure" } src_install() { diff --git a/dev-util/gtk-doc/files/digest-gtk-doc-0.10 b/dev-util/gtk-doc/files/digest-gtk-doc-0.10 deleted file mode 100644 index 3d130495493b..000000000000 --- a/dev-util/gtk-doc/files/digest-gtk-doc-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 77f710f8f22e52b15290ed9399d2eee9 gtk-doc-0.10.tar.bz2 115013 diff --git a/dev-util/gtk-doc/gtk-doc-0.10.ebuild b/dev-util/gtk-doc/gtk-doc-0.10.ebuild deleted file mode 100644 index f957051459c3..000000000000 --- a/dev-util/gtk-doc/gtk-doc-0.10.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-0.10.ebuild,v 1.4 2003/01/09 11:30:44 spider Exp $ - -inherit gnome.org - -S=${WORKDIR}/${P} -DESCRIPTION="GTK+ Documentation Generator" -HOMEPAGE="http://www.gtk.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc " - -DEPEND=">=dev-util/pkgconfig-0.12.0 - >=app-text/openjade-1.3 - >=app-text/docbook-sgml-dtd-4.1 - >=app-text/sgml-common-0.6.1 - >=app-text/docbook-sgml-1.0 - >=sys-devel/perl-5.0.0 - dev-libs/libxslt" - -src_compile() { - local myconf - - if [ "${DEBUGBUILD}" ] - then - myconf="--enable-debug=yes" - else - myconf="--enable-debug=no" - fi - - econf ${myconf} - emake || die -} - -src_install() { - einstall - - dodoc AUTHORS ChangeLog COPYING INSTALL README* NEWS - docinto doc - dodoc doc/README doc/*.txt -} diff --git a/dev-util/gtk-doc/gtk-doc-1.0.ebuild b/dev-util/gtk-doc/gtk-doc-1.0.ebuild index f9ea52657861..9f37d5bfb721 100644 --- a/dev-util/gtk-doc/gtk-doc-1.0.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.0.ebuild,v 1.3 2003/01/23 23:38:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.0.ebuild,v 1.4 2003/02/09 15:16:50 foser Exp $ inherit gnome.org @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gtk.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND=">=dev-util/pkgconfig-0.12.0 >=app-text/openjade-1.3.1 diff --git a/dev-util/intltool/intltool-0.23.ebuild b/dev-util/intltool/intltool-0.23.ebuild index c6b7c0721595..f904e6a7f484 100644 --- a/dev-util/intltool/intltool-0.23.ebuild +++ b/dev-util/intltool/intltool-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.23.ebuild,v 1.3 2002/12/15 10:44:19 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.23.ebuild,v 1.4 2003/02/09 15:16:50 foser Exp $ inherit gnome.org @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND=">=dev-libs/popt-1.5 >=sys-devel/perl-5.6.0" diff --git a/dev-util/intltool/intltool-0.25.ebuild b/dev-util/intltool/intltool-0.25.ebuild index 16c3c3f3db44..1717d7c7c989 100644 --- a/dev-util/intltool/intltool-0.25.ebuild +++ b/dev-util/intltool/intltool-0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.25.ebuild,v 1.1 2003/01/07 03:29:53 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.25.ebuild,v 1.2 2003/02/09 15:16:50 foser Exp $ inherit gnome.org @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND=">=dev-libs/popt-1.5 >=sys-devel/perl-5.6.0" diff --git a/net-libs/linc/files/digest-linc-0.7.1 b/net-libs/linc/files/digest-linc-0.7.1 deleted file mode 100644 index 0b5fd0118a19..000000000000 --- a/net-libs/linc/files/digest-linc-0.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 423d96e02aa2a6130f331bc6923a36e6 linc-0.7.1.tar.bz2 182008 diff --git a/net-libs/linc/linc-0.7.1.ebuild b/net-libs/linc/linc-0.7.1.ebuild deleted file mode 100644 index d6a93ddd9970..000000000000 --- a/net-libs/linc/linc-0.7.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.7.1.ebuild,v 1.1 2003/01/09 14:53:00 mholzer Exp $ - -IUSE="doc ssl" - -inherit libtool gnome.org - -S=${WORKDIR}/${P} -DESCRIPTION="A library to ease the writing of networked applications" -HOMEPAGE="http://www.gnome.org/" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" - -RDEPEND=">=dev-libs/glib-2.0.6 - ssl? ( >=dev-libs/openssl-0.9.6 )" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-0.9-r2 ) - >=dev-util/pkgconfig-0.12.0" - -src_compile() { - elibtoolize - local myconf - use doc \ - && myconf="${myconf} --enable-gtk-doc" \ - || myconf="${myconf} --disable-gtk-doc" - - use ssl \ - && myconf="${myconf} --with-openssl" \ - || myconf="${myconf} --without-openssl" - - econf ${myconf} || die - emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* NEWS TODO -} diff --git a/net-libs/linc/linc-1.0.1.ebuild b/net-libs/linc/linc-1.0.1.ebuild index f543572f6510..0a312e560c86 100644 --- a/net-libs/linc/linc-1.0.1.ebuild +++ b/net-libs/linc/linc-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-1.0.1.ebuild,v 1.1 2003/01/21 23:49:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-1.0.1.ebuild,v 1.2 2003/02/09 15:19:04 foser Exp $ IUSE="doc ssl" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=dev-libs/glib-2 ssl? ( >=dev-libs/openssl-0.9.6 )" diff --git a/x11-libs/gtk+/gtk+-2.2.1.ebuild b/x11-libs/gtk+/gtk+-2.2.1.ebuild index eb9967b2454a..a4c6487b3b2e 100644 --- a/x11-libs/gtk+/gtk+-2.2.1.ebuild +++ b/x11-libs/gtk+/gtk+-2.2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.3 2003/02/08 00:11:40 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.4 2003/02/09 15:15:17 foser Exp $ inherit eutils libtool flag-o-matic IUSE="tiff doc jpeg" SLOT="2" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc ~alpha" S="${WORKDIR}/${P}" DESCRIPTION="Gimp ToolKit + " diff --git a/x11-libs/libwnck/libwnck-2.2.0.ebuild b/x11-libs/libwnck/libwnck-2.2.0.ebuild index 91d3bf8a1aac..21415a4785d6 100644 --- a/x11-libs/libwnck/libwnck-2.2.0.ebuild +++ b/x11-libs/libwnck/libwnck-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.2.0.ebuild,v 1.1 2003/01/31 01:43:14 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.2.0.ebuild,v 1.2 2003/02/09 15:15:17 foser Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="A window navigation construction kit" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" RDEPEND="virtual/glibc >=dev-libs/glib-2 diff --git a/x11-libs/libwnck/libwnck-2.2.1.ebuild b/x11-libs/libwnck/libwnck-2.2.1.ebuild index e7c40218bbd6..4265d975f886 100644 --- a/x11-libs/libwnck/libwnck-2.2.1.ebuild +++ b/x11-libs/libwnck/libwnck-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.2.1.ebuild,v 1.1 2003/02/06 12:49:13 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.2.1.ebuild,v 1.2 2003/02/09 15:15:17 foser Exp $ inherit gnome2 @@ -9,7 +9,7 @@ DESCRIPTION="A window navigation construction kit" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" RDEPEND="virtual/glibc >=dev-libs/glib-2 diff --git a/x11-libs/pango/pango-1.2.1.ebuild b/x11-libs/pango/pango-1.2.1.ebuild index 7d6fe3c00733..d68741decff3 100644 --- a/x11-libs/pango/pango-1.2.1.ebuild +++ b/x11-libs/pango/pango-1.2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.2.1.ebuild,v 1.2 2003/02/06 02:28:35 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.2.1.ebuild,v 1.3 2003/02/09 15:15:17 foser Exp $ inherit eutils libtool IUSE="doc" SLOT="1" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc ~alpha" S="${WORKDIR}/${P}" DESCRIPTION="Text rendering and Layout library" diff --git a/x11-libs/startup-notification/files/digest-startup-notification-0.4 b/x11-libs/startup-notification/files/digest-startup-notification-0.4 deleted file mode 100644 index c8ca3dd7fc7e..000000000000 --- a/x11-libs/startup-notification/files/digest-startup-notification-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 edca79292157696193f8212282c54b92 startup-notification-0.4.tar.gz 199548 diff --git a/x11-libs/startup-notification/startup-notification-0.4.ebuild b/x11-libs/startup-notification/startup-notification-0.4.ebuild deleted file mode 100644 index 0f8ec2a274c7..000000000000 --- a/x11-libs/startup-notification/startup-notification-0.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/startup-notification-0.4.ebuild,v 1.2 2003/01/08 22:59:54 gerk Exp $ - -DESCRIPTION="Application startup notification and feedback library" -HOMEPAGE="http://www.freedesktop.org/software/startup-notification/" -SRC_URI="${HOMEPAGE}/releases/${P}.tar.gz" -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="virtual/x11" -S="${WORKDIR}/${P}" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die -} diff --git a/x11-libs/startup-notification/startup-notification-0.5.ebuild b/x11-libs/startup-notification/startup-notification-0.5.ebuild index aac8a83c0db4..fe91afbd9676 100644 --- a/x11-libs/startup-notification/startup-notification-0.5.ebuild +++ b/x11-libs/startup-notification/startup-notification-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/startup-notification-0.5.ebuild,v 1.2 2003/02/06 23:33:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/startup-notification-0.5.ebuild,v 1.3 2003/02/09 15:15:17 foser Exp $ S="${WORKDIR}/${P}" @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/${P}.tar.gz" LICENSE="LGPL-2 BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc ~alpha" IUSE="" DEPEND="virtual/x11" diff --git a/x11-libs/vte/files/digest-vte-0.10.16 b/x11-libs/vte/files/digest-vte-0.10.16 deleted file mode 100644 index 26486eb9adda..000000000000 --- a/x11-libs/vte/files/digest-vte-0.10.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 c36686027e0b9f53d0a25dfe2025d87f vte-0.10.16.tar.bz2 770653 diff --git a/x11-libs/vte/vte-0.10.16.ebuild b/x11-libs/vte/vte-0.10.16.ebuild deleted file mode 100644 index 9f27258fd4a1..000000000000 --- a/x11-libs/vte/vte-0.10.16.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.10.16.ebuild,v 1.2 2003/01/31 21:24:14 foser Exp $ - -inherit gnome2 - -IUSE="doc" - -S=${WORKDIR}/${P} -DESCRIPTION="Xft powered terminal widget" -HOMEPAGE="http://www.gnome.org/" - -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" -LICENSE="LGPL-2" - -RDEPEND="virtual/glibc - >=dev-libs/glib-2 - >=x11-libs/gtk+-2 - >=x11-libs/pango-1.1" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-0.6 ) - >=dev-util/pkgconfig-0.12.0" - -DOC="AUTHORS COPY* README HACKING INSTALL NEWS TODO ChangeLog" diff --git a/x11-libs/vte/vte-0.10.17.ebuild b/x11-libs/vte/vte-0.10.17.ebuild index 8c6779eb1114..e6ec3be24441 100644 --- a/x11-libs/vte/vte-0.10.17.ebuild +++ b/x11-libs/vte/vte-0.10.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.10.17.ebuild,v 1.1 2003/02/04 06:20:47 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.10.17.ebuild,v 1.2 2003/02/09 15:15:17 foser Exp $ inherit gnome2 @@ -11,7 +11,7 @@ DESCRIPTION="Xft powered terminal widget" HOMEPAGE="http://www.gnome.org/" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="LGPL-2" RDEPEND="virtual/glibc |