summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 19:35:04 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 19:35:04 +0000
commit8d73b815531becf16b43d1b9ec0ec7a7c4145d67 (patch)
treeaf0175a99e6dfeeee38c1de5b9752afdbd087d59 /net-misc/connect
parentRemove virtual/libc (diff)
downloadgentoo-2-8d73b815531becf16b43d1b9ec0ec7a7c4145d67.tar.gz
gentoo-2-8d73b815531becf16b43d1b9ec0ec7a7c4145d67.tar.bz2
gentoo-2-8d73b815531becf16b43d1b9ec0ec7a7c4145d67.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/connect')
-rw-r--r--net-misc/connect/ChangeLog7
-rw-r--r--net-misc/connect/connect-100.ebuild6
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() {