diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-01-08 16:56:40 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-01-08 16:56:40 +0000 |
commit | f17deca0ac870f06f489b478db3a027940dfde3a (patch) | |
tree | ff9d08115aedee21014d9e50215a421bb490d1a0 | |
parent | enable on alpha (diff) | |
download | gentoo-2-f17deca0ac870f06f489b478db3a027940dfde3a.tar.gz gentoo-2-f17deca0ac870f06f489b478db3a027940dfde3a.tar.bz2 gentoo-2-f17deca0ac870f06f489b478db3a027940dfde3a.zip |
removed arch mask... needed by php 4.3.0
-rw-r--r-- | app-text/sablotron/sablotron-0.96.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/curl/curl-7.10.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/sablotron/sablotron-0.96.ebuild b/app-text/sablotron/sablotron-0.96.ebuild index 50db14fb430a..d414676f650e 100644 --- a/app-text/sablotron/sablotron-0.96.ebuild +++ b/app-text/sablotron/sablotron-0.96.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/app-text/sablotron/sablotron-0.96.ebuild,v 1.4 2002/12/18 16:27:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.96.ebuild,v 1.5 2003/01/08 16:53:55 rphillips Exp $ MY_P="Sablot-${PV}" S=${WORKDIR}/${MY_P} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act" SLOT="0" LICENSE="MPL-1.1" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 sparc" DEPEND=">=dev-libs/expat-1.95.1" diff --git a/net-ftp/curl/curl-7.10.2.ebuild b/net-ftp/curl/curl-7.10.2.ebuild index 8fba3d1db8ba..e965fecaea95 100644 --- a/net-ftp/curl/curl-7.10.2.ebuild +++ b/net-ftp/curl/curl-7.10.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/net-ftp/curl/curl-7.10.2.ebuild,v 1.4 2002/12/23 17:37:42 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.10.2.ebuild,v 1.5 2003/01/08 16:56:40 rphillips Exp $ DESCRIPTION="A Client that groks URLs" SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://curl.haxx.se/" SLOT="0" LICENSE="MPL X11" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha" IUSE="ssl pic ipv6 ldap" DEPEND=">=sys-libs/pam-0.75 |