diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:44:17 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:44:17 +0000 |
commit | 582f3d143b7bd83ab20afdee4c3a8a13598cff14 (patch) | |
tree | 0b8df3d2d9b575d52f62e56155881eba209dded0 /net-irc/irc-client | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-582f3d143b7bd83ab20afdee4c3a8a13598cff14.tar.gz gentoo-2-582f3d143b7bd83ab20afdee4c3a8a13598cff14.tar.bz2 gentoo-2-582f3d143b7bd83ab20afdee4c3a8a13598cff14.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/irc-client')
-rw-r--r-- | net-irc/irc-client/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/irc-client/irc-client-2.10.3_p7.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-irc/irc-client/ChangeLog b/net-irc/irc-client/ChangeLog index 94730b28d7df..90bfac60f1b8 100644 --- a/net-irc/irc-client/ChangeLog +++ b/net-irc/irc-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/irc-client -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/ChangeLog,v 1.13 2007/02/24 14:11:03 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/ChangeLog,v 1.14 2009/09/23 18:44:17 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> + irc-client-2.10.3_p7.ebuild: + Remove virtual/libc 24 Feb 2007; Raúl Porcel <armin76@gentoo.org> -irc-client-2.10.3_p3.ebuild, irc-client-2.10.3_p7.ebuild: diff --git a/net-irc/irc-client/irc-client-2.10.3_p7.ebuild b/net-irc/irc-client/irc-client-2.10.3_p7.ebuild index de82502e7e15..0ae322839513 100644 --- a/net-irc/irc-client/irc-client-2.10.3_p7.ebuild +++ b/net-irc/irc-client/irc-client-2.10.3_p7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/irc-client-2.10.3_p7.ebuild,v 1.5 2007/02/25 18:55:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/irc-client-2.10.3_p7.ebuild,v 1.6 2009/09/23 18:44:17 patrick Exp $ MY_P=irc${PV/_/} DESCRIPTION="A simplistic RFC compliant IRC client" @@ -12,8 +12,7 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="ipv6" -DEPEND="virtual/libc - sys-libs/ncurses +DEPEND="sys-libs/ncurses sys-libs/zlib" S=${WORKDIR}/${MY_P} |