diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:17:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:17:37 +0000 |
commit | 642c209ec6225af3f40d5d057793b438816c5e26 (patch) | |
tree | c25077e86f36a0c45a2e814e86db9ecb78047ca5 /net-misc/socat | |
parent | Remove arm keywords (diff) | |
download | historical-642c209ec6225af3f40d5d057793b438816c5e26.tar.gz historical-642c209ec6225af3f40d5d057793b438816c5e26.tar.bz2 historical-642c209ec6225af3f40d5d057793b438816c5e26.zip |
Remove arm keywords
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/socat-1.3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/socat/socat-1.3.2.1.ebuild b/net-misc/socat/socat-1.3.2.1.ebuild index 19b70616d0ec..19aebf69064f 100644 --- a/net-misc/socat/socat-1.3.2.1.ebuild +++ b/net-misc/socat/socat-1.3.2.1.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/net-misc/socat/socat-1.3.2.1.ebuild,v 1.1 2003/09/13 18:05:43 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.2.1.ebuild,v 1.2 2004/02/23 00:16:05 agriffis Exp $ DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -8,7 +8,7 @@ SRC_URI="http://www.dest-unreach.org/${PN}/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha ~ppc ~hppa ~amd64 ~sparc ~mips ~arm" +KEYWORDS="~x86 ~alpha ~ppc ~hppa ~amd64 ~sparc ~mips " IUSE="ssl readline ipv6" |