diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-08-02 13:27:46 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-08-02 13:27:46 +0000 |
commit | 30e0a602b3243a96b257eb921452f33844792828 (patch) | |
tree | 1edd9ac32077b0c9121986f5bd4e892b10a9279c /net-misc/socat/socat-1.3.2.0.ebuild | |
parent | Fixed a typo in einfo. (diff) | |
download | gentoo-2-30e0a602b3243a96b257eb921452f33844792828.tar.gz gentoo-2-30e0a602b3243a96b257eb921452f33844792828.tar.bz2 gentoo-2-30e0a602b3243a96b257eb921452f33844792828.zip |
add ~alpha
Diffstat (limited to 'net-misc/socat/socat-1.3.2.0.ebuild')
-rw-r--r-- | net-misc/socat/socat-1.3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/socat/socat-1.3.2.0.ebuild b/net-misc/socat/socat-1.3.2.0.ebuild index 9c1e2e297346..3e2f1eccd809 100644 --- a/net-misc/socat/socat-1.3.2.0.ebuild +++ b/net-misc/socat/socat-1.3.2.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/net-misc/socat/socat-1.3.2.0.ebuild,v 1.1 2003/07/29 19:47:10 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.2.0.ebuild,v 1.2 2003/08/02 13:27:39 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" +KEYWORDS="~x86 ~alpha" IUSE="ssl readline ipv6" |