diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:12:37 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:12:37 +0000 |
commit | bb6b297042b2a4b0cd3e8e198ae36d565951beaf (patch) | |
tree | 948fa671294a596b346aa8e4eb485ae9f36dedee /net-misc/tlsproxyd | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-bb6b297042b2a4b0cd3e8e198ae36d565951beaf.tar.gz historical-bb6b297042b2a4b0cd3e8e198ae36d565951beaf.tar.bz2 historical-bb6b297042b2a4b0cd3e8e198ae36d565951beaf.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/tlsproxyd')
-rw-r--r-- | net-misc/tlsproxyd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/tlsproxyd/ChangeLog b/net-misc/tlsproxyd/ChangeLog index 86b57d68e3de..55090460117c 100644 --- a/net-misc/tlsproxyd/ChangeLog +++ b/net-misc/tlsproxyd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tlsproxyd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/ChangeLog,v 1.4 2004/06/25 00:15:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/ChangeLog,v 1.5 2004/07/01 22:04:38 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> tlsproxyd-0.0.2.ebuild: + change virtual/glibc to virtual/libc, add IUSE *tlsproxyd-0.0.2 (31 Oct 2002) diff --git a/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild b/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild index 6912d6129f05..c2e4afdd7247 100644 --- a/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild +++ b/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild,v 1.5 2004/06/25 00:15:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild,v 1.6 2004/07/01 22:04:38 squinky86 Exp $ S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="An TLS Tunneling Tool." SRC_URI="http://www.ex-parrot.com/~chris/tlsproxyd/${P}.tar.gz" HOMEPAGE="http://www.ex-parrot.com/~chris/tlsproxyd/" @@ -10,7 +11,7 @@ KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=dev-libs/openssl-0.9.6" src_compile() { |