diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:08:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:08:10 +0000 |
commit | 4a0398cb924dd5f1b4d413a7eed56f4dcc5f1be7 (patch) | |
tree | 5dd75c4ea615e5929e66f78d53eea5d4b3e8d808 /net-im/licq | |
parent | licq-console masked (diff) | |
download | historical-4a0398cb924dd5f1b4d413a7eed56f4dcc5f1be7.tar.gz historical-4a0398cb924dd5f1b4d413a7eed56f4dcc5f1be7.tar.bz2 historical-4a0398cb924dd5f1b4d413a7eed56f4dcc5f1be7.zip |
repoman'd
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/licq-1.0.4-r2.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-im/licq/licq-1.0.4-r2.ebuild b/net-im/licq/licq-1.0.4-r2.ebuild index 00c4fb8714f4..eba77f7ce542 100644 --- a/net-im/licq/licq-1.0.4-r2.ebuild +++ b/net-im/licq/licq-1.0.4-r2.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r2.ebuild,v 1.5 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r2.ebuild,v 1.6 2002/07/17 09:08:09 seemant Exp $ use kde && inherit kde-base S=${WORKDIR}/${P} - -LICENSE="GPL-2" SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2" DESCRIPTION="KDE/QT ICQ Client with v6 support only (UDP)" -DEPEND="$DEPEND +DEPEND="${DEPEND} ssl? ( >=dev-libs/openssl-0.9.6 ) - qt? ( >=x11-libs/qt-2.2.0 )" + qt? ( >=x11-libs/qt-2.2.0 )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" use kde && need-kde 2.1 |