diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 20:08:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 20:08:41 +0000 |
commit | 1cb125cde2fdecd62aaf503a8d53cdc9496dec1b (patch) | |
tree | 47271dfd3a5b7be7c7dc28cf99a7e120594974c5 /app-text/rpl | |
parent | Closing #35809. (Manifest recommit) (diff) | |
download | gentoo-2-1cb125cde2fdecd62aaf503a8d53cdc9496dec1b.tar.gz gentoo-2-1cb125cde2fdecd62aaf503a8d53cdc9496dec1b.tar.bz2 gentoo-2-1cb125cde2fdecd62aaf503a8d53cdc9496dec1b.zip |
Remove arm keywords
Diffstat (limited to 'app-text/rpl')
-rw-r--r-- | app-text/rpl/rpl-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/rpl/rpl-1.4.0.ebuild b/app-text/rpl/rpl-1.4.0.ebuild index 0904b900f92c..3937ba9b322a 100644 --- a/app-text/rpl/rpl-1.4.0.ebuild +++ b/app-text/rpl/rpl-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.7 2003/02/13 09:44:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.8 2004/02/22 20:06:31 agriffis Exp $ DESCRIPTION="rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively" HOMEPAGE="http://www.laffeycomputer.com/rpl.html" @@ -9,7 +9,7 @@ S=${WORKDIR}/${P} LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" DEPEND="virtual/glibc" |