diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-28 20:35:26 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-28 20:35:26 +0000 |
commit | fbc4109b053f4817ce2f732420a366632de16994 (patch) | |
tree | eaaa5be2becc27cffb1a6e917a0a01d1dffdbd6d /net-misc/stunnel/stunnel-3.26.ebuild | |
parent | patched putlog() function which would cause segfaults on really long url's. p... (diff) | |
download | historical-fbc4109b053f4817ce2f732420a366632de16994.tar.gz historical-fbc4109b053f4817ce2f732420a366632de16994.tar.bz2 historical-fbc4109b053f4817ce2f732420a366632de16994.zip |
~amd64
Diffstat (limited to 'net-misc/stunnel/stunnel-3.26.ebuild')
-rw-r--r-- | net-misc/stunnel/stunnel-3.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/stunnel/stunnel-3.26.ebuild b/net-misc/stunnel/stunnel-3.26.ebuild index 24e184f2cd55..4e6c1427895c 100644 --- a/net-misc/stunnel/stunnel-3.26.ebuild +++ b/net-misc/stunnel/stunnel-3.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.7 2004/07/15 03:38:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.8 2004/07/28 20:35:26 kugelfang Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc alpha ppc" +KEYWORDS="x86 sparc alpha ppc ~amd64" IUSE="" RDEPEND=">=dev-libs/openssl-0.9.6j" |