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 | 8580711b4bb54f2f9de52da34506f7f82cb7dd04 (patch) | |
tree | 3567b4714d1eca22e5b02b92d8395bdbbfd2a98a /net-irc/ultimate | |
parent | Remove virtual/libc (diff) | |
download | historical-8580711b4bb54f2f9de52da34506f7f82cb7dd04.tar.gz historical-8580711b4bb54f2f9de52da34506f7f82cb7dd04.tar.bz2 historical-8580711b4bb54f2f9de52da34506f7f82cb7dd04.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-irc/ultimate')
-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}" |