summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-07 04:52:59 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-07 04:52:59 +0000
commit9642c2de8fe19f888fcea29703ffe517a0473d4d (patch)
tree9ea4c156379126768739d4621a1f54e7532074a8 /net-im/licq
parentFix qt dep (diff)
downloadgentoo-2-9642c2de8fe19f888fcea29703ffe517a0473d4d.tar.gz
gentoo-2-9642c2de8fe19f888fcea29703ffe517a0473d4d.tar.bz2
gentoo-2-9642c2de8fe19f888fcea29703ffe517a0473d4d.zip
Fix qt dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/ChangeLog7
-rw-r--r--net-im/licq/licq-1.2.7.ebuild4
-rw-r--r--net-im/licq/licq-1.3.0-r3.ebuild4
-rw-r--r--net-im/licq/licq-1.3.0-r4.ebuild4
-rw-r--r--net-im/licq/licq-1.3.0-r5.ebuild4
-rw-r--r--net-im/licq/licq-1.3.0.ebuild4
6 files changed, 16 insertions, 11 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog
index bbd1ee22d1c1..544d3a96c229 100644
--- a/net-im/licq/ChangeLog
+++ b/net-im/licq/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/licq
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.56 2005/07/03 15:52:16 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.57 2005/07/07 04:52:23 caleb Exp $
+
+ 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> licq-1.2.7.ebuild,
+ licq-1.3.0.ebuild, licq-1.3.0-r3.ebuild, licq-1.3.0-r4.ebuild,
+ licq-1.3.0-r5.ebuild:
+ Fix qt dep
*licq-1.3.0-r5 (03 Jul 2005)
diff --git a/net-im/licq/licq-1.2.7.ebuild b/net-im/licq/licq-1.2.7.ebuild
index e7c8001f979e..4d75499677d5 100644
--- a/net-im/licq/licq-1.2.7.ebuild
+++ b/net-im/licq/licq-1.2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.7.ebuild,v 1.18 2005/01/29 17:50:50 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.7.ebuild,v 1.19 2005/07/07 04:52:24 caleb Exp $
inherit eutils kde-functions
@@ -22,7 +22,7 @@ IUSE="ssl socks5 qt kde ncurses"
RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )"
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
ssl? ( >=dev-libs/openssl-0.9.6 )
- qt? ( >=x11-libs/qt-3.0.0 )
+ qt? ( =x11-libs/qt-3* )
ncurses? ( sys-libs/ncurses )"
src_unpack() {
diff --git a/net-im/licq/licq-1.3.0-r3.ebuild b/net-im/licq/licq-1.3.0-r3.ebuild
index da5dc6bf00ac..c4be4a625727 100644
--- a/net-im/licq/licq-1.3.0-r3.ebuild
+++ b/net-im/licq/licq-1.3.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0-r3.ebuild,v 1.1 2005/03/20 16:54:48 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0-r3.ebuild,v 1.2 2005/07/07 04:52:24 caleb Exp $
inherit eutils kde-functions
@@ -23,7 +23,7 @@ IUSE="ssl socks5 qt kde ncurses crypt msn"
RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )"
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
ssl? ( >=dev-libs/openssl-0.9.6 )
- qt? ( >=x11-libs/qt-3.0.0 )
+ qt? ( =x11-libs/qt-3* )
ncurses? ( sys-libs/ncurses =dev-libs/cdk-4.9.11.20031210-r1 )
crypt? ( >=app-crypt/gpgme-1.0.0 )"
diff --git a/net-im/licq/licq-1.3.0-r4.ebuild b/net-im/licq/licq-1.3.0-r4.ebuild
index 117f0286e4e3..0a7143dd1933 100644
--- a/net-im/licq/licq-1.3.0-r4.ebuild
+++ b/net-im/licq/licq-1.3.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0-r4.ebuild,v 1.1 2005/05/29 16:03:12 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0-r4.ebuild,v 1.2 2005/07/07 04:52:24 caleb Exp $
inherit eutils kde-functions
@@ -23,7 +23,7 @@ IUSE="ssl socks5 qt kde ncurses crypt msn"
RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )"
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
ssl? ( >=dev-libs/openssl-0.9.6 )
- qt? ( >=x11-libs/qt-3.0.0 )
+ qt? ( =x11-libs/qt-3* )
ncurses? ( sys-libs/ncurses =dev-libs/cdk-4.9.11.20031210-r1 )
crypt? ( >=app-crypt/gpgme-1.0.0 )"
diff --git a/net-im/licq/licq-1.3.0-r5.ebuild b/net-im/licq/licq-1.3.0-r5.ebuild
index 57b5f620e615..806a21096859 100644
--- a/net-im/licq/licq-1.3.0-r5.ebuild
+++ b/net-im/licq/licq-1.3.0-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0-r5.ebuild,v 1.1 2005/07/03 15:52:16 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0-r5.ebuild,v 1.2 2005/07/07 04:52:24 caleb Exp $
inherit eutils kde-functions
@@ -24,7 +24,7 @@ IUSE="ssl socks5 qt kde ncurses crypt msn"
RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )"
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
ssl? ( >=dev-libs/openssl-0.9.6 )
- qt? ( >=x11-libs/qt-3.0.0 )
+ qt? ( =x11-libs/qt-3* )
ncurses? ( sys-libs/ncurses =dev-libs/cdk-4.9.11.20031210-r1 )
crypt? ( >=app-crypt/gpgme-1.0.0 )"
diff --git a/net-im/licq/licq-1.3.0.ebuild b/net-im/licq/licq-1.3.0.ebuild
index 665997f1e345..24306579290b 100644
--- a/net-im/licq/licq-1.3.0.ebuild
+++ b/net-im/licq/licq-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0.ebuild,v 1.4 2005/01/29 17:50:50 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0.ebuild,v 1.5 2005/07/07 04:52:24 caleb Exp $
inherit eutils kde-functions
@@ -22,7 +22,7 @@ IUSE="ssl socks5 qt kde ncurses crypt"
RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )"
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
ssl? ( >=dev-libs/openssl-0.9.6 )
- qt? ( >=x11-libs/qt-3.0.0 )
+ qt? ( =x11-libs/qt-3* )
ncurses? ( sys-libs/ncurses dev-libs/cdk )
crypt? ( =app-crypt/gpgme-0.3.14-r1 )"