diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-09-19 13:05:31 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-09-19 13:05:31 +0000 |
commit | bb82f8cabcad36c429ec0957deebca4b2431f321 (patch) | |
tree | 212ef7b853dab0c387bd81df6dce473786d7ff46 /net-im/licq | |
parent | Stable on sparc wrt #148121 (diff) | |
download | gentoo-2-bb82f8cabcad36c429ec0957deebca4b2431f321.tar.gz gentoo-2-bb82f8cabcad36c429ec0957deebca4b2431f321.tar.bz2 gentoo-2-bb82f8cabcad36c429ec0957deebca4b2431f321.zip |
Fix dep issue where kde is set but qt3 may not be, from bug #144254
(Portage version: 2.1.1_rc1-r5)
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/licq/licq-1.3.2-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog index c25b375e6f85..54d1cfa3461a 100644 --- a/net-im/licq/ChangeLog +++ b/net-im/licq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/licq # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.81 2006/09/09 09:40:33 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.82 2006/09/19 13:05:31 caleb Exp $ + + 19 Sep 2006; Caleb Tennis <caleb@gentoo.org> licq-1.3.2-r1.ebuild: + Fix dep issue where kde is set but qt3 may not be, from bug #144254 09 Sep 2006; <blubb@gentoo.org> licq-1.3.2-r1.ebuild: stable on amd64 diff --git a/net-im/licq/licq-1.3.2-r1.ebuild b/net-im/licq/licq-1.3.2-r1.ebuild index 276561f6220a..c60e5e6c6fec 100644 --- a/net-im/licq/licq-1.3.2-r1.ebuild +++ b/net-im/licq/licq-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2-r1.ebuild,v 1.9 2006/09/09 09:40:33 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2-r1.ebuild,v 1.10 2006/09/19 13:05:31 caleb Exp $ inherit eutils kde-functions multilib @@ -101,7 +101,7 @@ src_compile() { # Create the various plug-ins # First, the Qt plug-in - if use qt3 + if use qt3 || use kde then set-qtdir 3 set-kdedir 3 @@ -166,7 +166,7 @@ src_install() { dodoc ChangeLog INSTALL README* doc/* # Install the plug-ins - if use qt3 + if use qt3 || use kde then cd ${S}/plugins/qt-gui make DESTDIR=${D} install || die |