diff options
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/ChangeLog | 11 | ||||
-rw-r--r-- | net-im/licq/licq-1.2.4-r1.ebuild | 8 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog index 98dd8d94b6a3..d88d4df0d4b2 100644 --- a/net-im/licq/ChangeLog +++ b/net-im/licq/ChangeLog @@ -1,13 +1,18 @@ # ChangeLog for net-im/licq # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.12 2003/02/01 19:29:35 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.13 2003/02/04 21:04:24 seemant Exp $ + +*licq-1.2.4-r1 (31 Jan 2003) + + 03 Feb 2003; Seemant Kulleen <seemant@gentoo.org> licq-1.2.4-r1.ebuild : + + Fixed a typo that caused bug #15084 by Bruno Lustosa <bruno@lustosa.net> + where licq-console was still calling kde and qt as dependencies. 01 Feb 2003; Dan Armak <danarmak@gentoo.org> ChangeLog : Fix a typo that caused bug #13572 (ineffective USE flags). -*licq-1.2.4-r1 (31 Jan 2003) - 31 Jan 2003; Dan Armak <danarmak@gentoo.org> ChangeLog : Fix bug #12436: create a symlink from the qt-only gui plugin to the kde diff --git a/net-im/licq/licq-1.2.4-r1.ebuild b/net-im/licq/licq-1.2.4-r1.ebuild index a24aafabd87c..baa0ab98b466 100644 --- a/net-im/licq/licq-1.2.4-r1.ebuild +++ b/net-im/licq/licq-1.2.4-r1.ebuild @@ -1,9 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.4-r1.ebuild,v 1.2 2003/02/01 19:29:35 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.4-r1.ebuild,v 1.3 2003/02/04 21:04:24 seemant Exp $ IUSE="ssl socks5 qt kde" +use kde && inherit kde-base +use kde && need-kde 3.0 + DESCRIPTION="ICQ Client with v8 support" HOMEPAGE="http://www.licq.org" LICENSE="GPL-2" @@ -16,9 +19,6 @@ SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2" SLOT="2" KEYWORDS="~x86" -use kde && inherit kde-base -use kde && need-kde 3.0 - src_compile() { local first_conf |