diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-28 03:06:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-28 03:06:18 +0000 |
commit | 61dc6f8c44afc35014352e2d35dec1e117ffbaed (patch) | |
tree | 053aeb407e028b0b9144e67efe25942e7fb0bf6f /net-misc | |
parent | Removing unused ebuild (diff) | |
download | gentoo-2-61dc6f8c44afc35014352e2d35dec1e117ffbaed.tar.gz gentoo-2-61dc6f8c44afc35014352e2d35dec1e117ffbaed.tar.bz2 gentoo-2-61dc6f8c44afc35014352e2d35dec1e117ffbaed.zip |
stable on alpha amd64 ia64 x86
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/socat/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/socat/socat-1.4.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index 63d1e5ac5e7d..f1260d1f31b0 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/socat # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.15 2005/03/21 23:10:18 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.16 2005/06/28 03:02:49 agriffis Exp $ + + 28 Jun 2005; Aron Griffis <agriffis@gentoo.org> socat-1.4.2.0.ebuild: + stable on alpha amd64 ia64 x86 *socat-1.4.2.0 (22 Mar 2005) diff --git a/net-misc/socat/socat-1.4.2.0.ebuild b/net-misc/socat/socat-1.4.2.0.ebuild index bf12ff9d4e1b..f4790585822c 100644 --- a/net-misc/socat/socat-1.4.2.0.ebuild +++ b/net-misc/socat/socat-1.4.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.4.2.0.ebuild,v 1.1 2005/03/21 23:10:19 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.4.2.0.ebuild,v 1.2 2005/06/28 03:02:49 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="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86" IUSE="ssl readline ipv6" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) |