diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-04-13 16:43:43 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-04-13 16:43:43 +0000 |
commit | 038d8ae3060fc378aac7b7f19c77370dd1d63b30 (patch) | |
tree | d0983d8dcdd56fd78c5d3201ef1e41611e4c2a2b /net-im/licq | |
parent | removing SLOT="0" from these ebuilds, which now get a slot from the (diff) | |
download | historical-038d8ae3060fc378aac7b7f19c77370dd1d63b30.tar.gz historical-038d8ae3060fc378aac7b7f19c77370dd1d63b30.tar.bz2 historical-038d8ae3060fc378aac7b7f19c77370dd1d63b30.zip |
removing SLOT="0" from these ebuilds, which now get a slot from the
eclasses
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/licq-1.0.4-r1.ebuild | 3 | ||||
-rw-r--r-- | net-im/licq/licq-1.0.4-r2.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-im/licq/licq-1.0.4-r1.ebuild b/net-im/licq/licq-1.0.4-r1.ebuild index 9c372d65b566..3944b3963c44 100644 --- a/net-im/licq/licq-1.0.4-r1.ebuild +++ b/net-im/licq/licq-1.0.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r1.ebuild,v 1.5 2002/02/19 20:54:58 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r1.ebuild,v 1.6 2002/04/13 16:43:43 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die use kde && inherit kde-base @@ -9,7 +9,6 @@ S=${WORKDIR}/${P} SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2" DESCRIPTION="KDE/QT ICQ Client with v6 support only (UDP)" -SLOT="0" DEPEND="$DEPEND ssl? ( >=dev-libs/openssl-0.9.6 ) qt? ( >=x11-libs/qt-2.2.0 )" diff --git a/net-im/licq/licq-1.0.4-r2.ebuild b/net-im/licq/licq-1.0.4-r2.ebuild index 9bfc9a4ac35b..9d6fb5710afd 100644 --- a/net-im/licq/licq-1.0.4-r2.ebuild +++ b/net-im/licq/licq-1.0.4-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r2.ebuild,v 1.1 2002/04/04 20:18:33 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r2.ebuild,v 1.2 2002/04/13 16:43:43 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die use kde && inherit kde-base @@ -9,7 +9,6 @@ S=${WORKDIR}/${P} SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2" DESCRIPTION="KDE/QT ICQ Client with v6 support only (UDP)" -SLOT="0" DEPEND="$DEPEND ssl? ( >=dev-libs/openssl-0.9.6 ) qt? ( >=x11-libs/qt-2.2.0 )" |