--- /usr/portage/net-im/licq/licq-1.3.2-r1.ebuild 2006-08-14 17:38:37.000000000 +0200 +++ licq-1.3.2-r100.ebuild 2006-08-17 22:47:16.000000000 +0200 @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64 ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~ia64 ~amd64" IUSE="ssl socks5 qt3 kde ncurses crypt msn" # we can't have conditional dependencies so "use kde && inherit kde" @@ -19,7 +19,7 @@ # need-kde and their eclass friends inject things into DEPEND. But we only # want them enabled if the kde USE flag is set. We get around this in the # following dep lines: -DEPEND="kde? ( >=kde-base/kdelibs-3.0 ) +DEPEND="kde? ( >=kde-base/kdelibs-3.0 =x11-libs/qt-3* ) ssl? ( >=dev-libs/openssl-0.9.6 ) qt3? ( =x11-libs/qt-3* ) ncurses? ( sys-libs/ncurses >=dev-libs/cdk-4.9.11.20031210-r1 ) @@ -101,7 +101,7 @@ # 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 @@ 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