diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:25:55 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:25:55 +0000 |
commit | 131d577af4558d1998c37bd6afa8eebd8ae0b915 (patch) | |
tree | 462f13d12a9c224f1c931b66042e8592074f61a5 /net-irc/iip | |
parent | Fixing stray digest. if it doesn't bugs this time:) (diff) | |
download | gentoo-2-131d577af4558d1998c37bd6afa8eebd8ae0b915.tar.gz gentoo-2-131d577af4558d1998c37bd6afa8eebd8ae0b915.tar.bz2 gentoo-2-131d577af4558d1998c37bd6afa8eebd8ae0b915.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-irc/iip')
-rw-r--r-- | net-irc/iip/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/iip/iip-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | net-irc/iip/iip-1.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/iip/ChangeLog b/net-irc/iip/ChangeLog index 163379cfd286..b0f23974a4d3 100644 --- a/net-irc/iip/ChangeLog +++ b/net-irc/iip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/iip # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.7 2004/06/24 23:04:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.8 2004/07/01 22:21:21 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> iip-1.1.0.ebuild, + iip-1.2.ebuild: + virtual/glibc -> virtual/libc 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> iip-1.1.0.ebuild, iip-1.2.ebuild: diff --git a/net-irc/iip/iip-1.1.0.ebuild b/net-irc/iip/iip-1.1.0.ebuild index 5ad7d4aa0141..08b15b5ae75a 100644 --- a/net-irc/iip/iip-1.1.0.ebuild +++ b/net-irc/iip/iip-1.1.0.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-irc/iip/iip-1.1.0.ebuild,v 1.5 2004/06/24 23:04:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.1.0.ebuild,v 1.6 2004/07/01 22:21:21 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" src_compile() { diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild index fd750284b3de..717883d1a4ce 100644 --- a/net-irc/iip/iip-1.2.ebuild +++ b/net-irc/iip/iip-1.2.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-irc/iip/iip-1.2.ebuild,v 1.6 2004/06/24 23:04:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.7 2004/07/01 22:21:21 eradicator Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-libs/openssl >=sys-apps/sed-4" RDEPEND="" |