diff options
Diffstat (limited to 'net-irc/ultimate/ultimate-3.0.2.ebuild')
-rw-r--r-- | net-irc/ultimate/ultimate-3.0.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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}" |