diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-04 21:04:24 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-04 21:04:24 +0000 |
commit | 20d9e2785ac663b5bc658bc212f22dd5c0a9c156 (patch) | |
tree | 3576305ce88debd1c3486e55d23f6bd993aaa1da /net-im/licq | |
parent | Added a message about unmiting the mixer channels. (diff) | |
download | gentoo-2-20d9e2785ac663b5bc658bc212f22dd5c0a9c156.tar.gz gentoo-2-20d9e2785ac663b5bc658bc212f22dd5c0a9c156.tar.bz2 gentoo-2-20d9e2785ac663b5bc658bc212f22dd5c0a9c156.zip |
fixed syntax to fix depend list
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 |