diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-05-25 23:11:54 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-05-25 23:11:54 +0000 |
commit | 20545ab2c37d89828ffdab0534b81d0910550ddc (patch) | |
tree | 2c1c579078986e1e989c4975f5e048879e2434a9 /net-irc/kvirc/kvirc-9999.ebuild | |
parent | Version bump (diff) | |
download | historical-20545ab2c37d89828ffdab0534b81d0910550ddc.tar.gz historical-20545ab2c37d89828ffdab0534b81d0910550ddc.tar.bz2 historical-20545ab2c37d89828ffdab0534b81d0910550ddc.zip |
Rename qt-webkit to webkit per bug #415135
Package-Manager: portage-2.1.10.62/cvs/Linux x86_64
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 40e6561f1381..74de5dc2af43 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.32 2012/05/03 06:27:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-9999.ebuild,v 1.33 2012/05/25 23:11:54 hwoarang Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -16,7 +16,7 @@ ESVN_PROJECT="kvirc" LICENSE="kvirc" SLOT="4" KEYWORDS="" -IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss +perl +phonon profile +python +qt-dbus qt-webkit +ssl theora +transparency" +IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss +perl +phonon profile +python +qt-dbus webkit +ssl theora +transparency" RDEPEND="sys-libs/zlib x11-libs/libX11 @@ -32,7 +32,7 @@ RDEPEND="sys-libs/zlib perl? ( dev-lang/perl ) phonon? ( || ( media-libs/phonon >=x11-libs/qt-phonon-4.6 ) ) qt-dbus? ( >=x11-libs/qt-dbus-4.6 ) - qt-webkit? ( >=x11-libs/qt-webkit-4.6 ) + webkit? ( >=x11-libs/qt-webkit-4.6 ) ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} >=dev-util/cmake-2.6.4 @@ -87,7 +87,7 @@ src_configure() { $(cmake-utils_use_want profile MEMORY_PROFILE) $(cmake-utils_use_want python PYTHON) $(cmake-utils_use_want qt-dbus QTDBUS) - $(cmake-utils_use_want qt-webkit QTWEBKIT) + $(cmake-utils_use_want webkit QTWEBKIT) $(cmake-utils_use_want ssl OPENSSL) $(cmake-utils_use_want theora OGG_THEORA) $(cmake-utils_use_want transparency TRANSPARENCY) |