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/ircmap | |
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/ircmap')
-rw-r--r-- | net-irc/ircmap/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ircmap/ircmap-0.99.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/ircmap/ChangeLog b/net-irc/ircmap/ChangeLog index c61f9ee4e350..5e5958a8b36c 100644 --- a/net-irc/ircmap/ChangeLog +++ b/net-irc/ircmap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ircmap # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ChangeLog,v 1.5 2004/06/24 23:05:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ChangeLog,v 1.6 2004/07/01 22:22:06 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ircmap-0.99.ebuild: + virtual/glibc -> virtual/libc 23 Mar 2004; Martin Holzer <mholzer@gentoo.org> ircmap-0.99.ebuild: fixing depend qa issue. see 45343. diff --git a/net-irc/ircmap/ircmap-0.99.ebuild b/net-irc/ircmap/ircmap-0.99.ebuild index af370ae4e355..d0e1f38b27f2 100644 --- a/net-irc/ircmap/ircmap-0.99.ebuild +++ b/net-irc/ircmap/ircmap-0.99.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/ircmap/ircmap-0.99.ebuild,v 1.7 2004/06/24 23:05:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ircmap-0.99.ebuild,v 1.8 2004/07/01 22:22:06 eradicator Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="http://pasky.ji.cz/~pasky/irc/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc +DEPEND="virtual/libc media-gfx/graphviz" S=${WORKDIR}/${PN} |