diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:24:02 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:24:02 +0000 |
commit | 11c6c54542ca08c0c4d8889a525e11dca4bfa452 (patch) | |
tree | 9b2dd5f4e36c94e54c3bf58df90e3d67c12025f1 /net-irc/ultimate | |
parent | Fixing stray digest. if it doesn't bugs this time:) (diff) | |
download | historical-11c6c54542ca08c0c4d8889a525e11dca4bfa452.tar.gz historical-11c6c54542ca08c0c4d8889a525e11dca4bfa452.tar.bz2 historical-11c6c54542ca08c0c4d8889a525e11dca4bfa452.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-irc/ultimate')
-rw-r--r-- | net-irc/ultimate/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/ultimate/ultimate-2.8.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog index e201b19228cb..56985b90a4a0 100644 --- a/net-irc/ultimate/ChangeLog +++ b/net-irc/ultimate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/ultimate # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.6 2004/06/24 23:09:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.7 2004/07/01 22:23:48 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + ultimate-2.8.7.ebuild: + virtual/glibc -> virtual/libc 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> ultimate-2.8.7.ebuild: diff --git a/net-irc/ultimate/ultimate-2.8.7.ebuild b/net-irc/ultimate/ultimate-2.8.7.ebuild index 44d371d24ef2..956e4f6c8e29 100644 --- a/net-irc/ultimate/ultimate-2.8.7.ebuild +++ b/net-irc/ultimate/ultimate-2.8.7.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/ultimate/ultimate-2.8.7.ebuild,v 1.6 2004/06/24 23:09:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-2.8.7.ebuild,v 1.7 2004/07/01 22:23:48 eradicator Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="debug" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND=">=sys-apps/sed-4" S="${WORKDIR}/${MY_P}" |