diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-19 13:59:12 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-19 13:59:12 +0000 |
commit | 288e101c691c9b3b0cd46146902e47038712cd79 (patch) | |
tree | 84fa684085b55e9472933c6796db503b2b9f6c0c /net-irc/kvirc/kvirc-9999.ebuild | |
parent | Remove unused versions. (diff) | |
download | gentoo-2-288e101c691c9b3b0cd46146902e47038712cd79.tar.gz gentoo-2-288e101c691c9b3b0cd46146902e47038712cd79.tar.bz2 gentoo-2-288e101c691c9b3b0cd46146902e47038712cd79.zip |
Fix KDE dependencies wrt bug 206617.
(Portage version: 2.1.4)
Diffstat (limited to 'net-irc/kvirc/kvirc-9999.ebuild')
-rw-r--r-- | net-irc/kvirc/kvirc-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 732f85ee1349..b9f37356fe3d 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-9999.ebuild,v 1.9 2007/11/16 08:23:01 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-9999.ebuild,v 1.10 2008/01/19 13:59:12 ingmar Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -17,7 +17,7 @@ IUSE="debug esd ipv6 kde oss ssl" RDEPEND="esd? ( media-sound/esound ) ssl? ( dev-libs/openssl ) oss? ( media-libs/audiofile ) - kde? ( >=kde-base/kdelibs-3 ) + kde? ( =kde-base/kdelibs-3.5* ) =x11-libs/qt-3*" DEPEND="${RDEPEND} @@ -49,7 +49,7 @@ src_compile() { use esd || myconf="${myconf} --without-esd-support" use ssl || myconf="${myconf} --without-ssl-support" - [ "${ARCH}" == "x86" ] && myconf="${myconf} --with-ix86-asm" + [[ "${ARCH}" == "x86" ]] && myconf="${myconf} --with-ix86-asm" econf ${myconf} || die "econf failed" emake -j1 || die "emake failed" |