diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:45:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:45:45 +0000 |
commit | e594ec69192ce7754961de68659b95c93c3459eb (patch) | |
tree | de65390dcd17f5c75d75f5d8d38b449a7724af7e /net-irc | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-e594ec69192ce7754961de68659b95c93c3459eb.tar.gz gentoo-2-e594ec69192ce7754961de68659b95c93c3459eb.tar.bz2 gentoo-2-e594ec69192ce7754961de68659b95c93c3459eb.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ultimate/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/ultimate/ultimate-3.0.2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog index 4d1de3bb85a1..d5c5be50b89b 100644 --- a/net-irc/ultimate/ChangeLog +++ b/net-irc/ultimate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ultimate -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.18 2007/04/16 21:24:24 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.19 2009/09/23 18:45:45 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ultimate-3.0.2.ebuild: + Remove virtual/libc 16 Apr 2007; Raúl Porcel <armin76@gentoo.org> -files/Ultimate-2.8.7-gentoo.patch, -ultimate-3.0.1.ebuild, diff --git a/net-irc/ultimate/ultimate-3.0.2.ebuild b/net-irc/ultimate/ultimate-3.0.2.ebuild index 8bf26f859968..1def33510fc7 100644 --- a/net-irc/ultimate/ultimate-3.0.2.ebuild +++ b/net-irc/ultimate/ultimate-3.0.2.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/ultimate/ultimate-3.0.2.ebuild,v 1.2 2007/04/16 21:24:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-3.0.2.ebuild,v 1.3 2009/09/23 18:45:45 patrick Exp $ inherit eutils fixheadtails @@ -15,8 +15,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="ssl" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl )" S="${WORKDIR}/${MY_P}" |