diff options
author | 2006-09-19 13:05:31 +0000 | |
---|---|---|
committer | 2006-09-19 13:05:31 +0000 | |
commit | bf092b53b64737091b59220cacdf74f04421b091 (patch) | |
tree | 05a69e44854dd1802c50b63003aa9cc6ecccfb04 /net-im/licq/licq-1.3.2-r1.ebuild | |
parent | Stable on sparc wrt #148121 (diff) | |
download | historical-bf092b53b64737091b59220cacdf74f04421b091.tar.gz historical-bf092b53b64737091b59220cacdf74f04421b091.tar.bz2 historical-bf092b53b64737091b59220cacdf74f04421b091.zip |
Fix dep issue where kde is set but qt3 may not be, from bug #144254
Package-Manager: portage-2.1.1_rc1-r5
Diffstat (limited to 'net-im/licq/licq-1.3.2-r1.ebuild')
-rw-r--r-- | net-im/licq/licq-1.3.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |