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 | 684e2ae577af2e1d7e92ad331650994b95ef2186 (patch) | |
tree | 54ed528959d0ba9e820a5a1226ac7b861bbf8241 /net-im/licq | |
parent | licq-console masked (diff) | |
download | gentoo-2-684e2ae577af2e1d7e92ad331650994b95ef2186.tar.gz gentoo-2-684e2ae577af2e1d7e92ad331650994b95ef2186.tar.bz2 gentoo-2-684e2ae577af2e1d7e92ad331650994b95ef2186.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 |