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 /app-text/sablotron | |
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
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/sablotron-0.96.ebuild | 4 |
1 files changed, 2 insertions, 2 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" |