diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-06-29 12:22:48 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-06-29 12:22:48 +0000 |
commit | 495a1b94752009bd3c3a677ec51ed435bca4e731 (patch) | |
tree | 576be793b31ca506a8104cb1333beaec2a7c59ea /net-im | |
parent | QA: IUSE before inherit (Manifest recommit) (diff) | |
download | gentoo-2-495a1b94752009bd3c3a677ec51ed435bca4e731.tar.gz gentoo-2-495a1b94752009bd3c3a677ec51ed435bca4e731.tar.bz2 gentoo-2-495a1b94752009bd3c3a677ec51ed435bca4e731.zip |
QA: kde-base -> kde (in comment)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/licq/licq-1.2.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog index 14d503a0814f..22aefe75f4ba 100644 --- a/net-im/licq/ChangeLog +++ b/net-im/licq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/licq # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.38 2004/06/24 22:56:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.39 2004/06/29 12:22:48 carlo Exp $ + + 29 Jun 2004; Carsten Lohrke <carlo@gentoo.org> licq-1.2.7.ebuild: + QA: kde-base -> kde (in comment) 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> licq-1.2.7.ebuild: Fix use invocation diff --git a/net-im/licq/licq-1.2.7.ebuild b/net-im/licq/licq-1.2.7.ebuild index e8635f85444f..47c24515eca4 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-2004 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.16 2004/06/24 22:56:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.7.ebuild,v 1.17 2004/06/29 12:22:48 carlo Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="2" KEYWORDS="x86 ppc sparc alpha ia64 ~amd64" IUSE="ssl socks5 qt kde ncurses" -# we can't have conditional dependencies so "use kde && inherit kde-base" +# we can't have conditional dependencies so "use kde && inherit kde" # won't work -- messes up dep caching. # need-kde and their eclass friends inject things into DEPEND. But we only |