diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:50:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:50:10 +0000 |
commit | fbadd753ad18f9bc09837458002c51541d56150b (patch) | |
tree | 3956ce019b9b859fbfc36ec8e2764a71f95b0f32 /net-misc/connect | |
parent | Remove virtual/libc (diff) | |
download | historical-fbadd753ad18f9bc09837458002c51541d56150b.tar.gz historical-fbadd753ad18f9bc09837458002c51541d56150b.tar.bz2 historical-fbadd753ad18f9bc09837458002c51541d56150b.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-misc/connect')
-rw-r--r-- | net-misc/connect/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/connect/connect-100.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/connect/ChangeLog b/net-misc/connect/ChangeLog index 4487fe962250..e7a3007705e6 100644 --- a/net-misc/connect/ChangeLog +++ b/net-misc/connect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/connect -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.7 2008/06/01 08:52:05 wschlich Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.8 2009/09/23 19:35:04 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> connect-100.ebuild: + Remove virtual/libc 01 Jun 2008; Wolfram Schlich <wschlich@gentoo.org> -connect-1.95.ebuild, -connect-1.96.ebuild, connect-100.ebuild: diff --git a/net-misc/connect/connect-100.ebuild b/net-misc/connect/connect-100.ebuild index 0558746e11f4..62427f0031db 100644 --- a/net-misc/connect/connect-100.ebuild +++ b/net-misc/connect/connect-100.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-100.ebuild,v 1.2 2008/06/01 08:52:05 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-100.ebuild,v 1.3 2009/09/23 19:35:04 patrick Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.meadowy.org/~gotoh/ssh/${PN}-r${PV}.c" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR} src_unpack() { |