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 | f8d9d07c40395e6553a821ab7c061f8a17d02f81 (patch) | |
tree | 8afa996b0bf8ca18fd1110abf77f028c3c346e27 /net-irc/kvirc/kvirc-4.2_pre6066.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-f8d9d07c40395e6553a821ab7c061f8a17d02f81.tar.gz gentoo-2-f8d9d07c40395e6553a821ab7c061f8a17d02f81.tar.bz2 gentoo-2-f8d9d07c40395e6553a821ab7c061f8a17d02f81.zip |
Rename qt-webkit to webkit per bug #415135
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/kvirc/kvirc-4.2_pre6066.ebuild')
-rw-r--r-- | net-irc/kvirc/kvirc-4.2_pre6066.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/kvirc/kvirc-4.2_pre6066.ebuild b/net-irc/kvirc/kvirc-4.2_pre6066.ebuild index cfe1bdaa15ce..7f2cf3e4af09 100644 --- a/net-irc/kvirc/kvirc-4.2_pre6066.ebuild +++ b/net-irc/kvirc/kvirc-4.2_pre6066.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-4.2_pre6066.ebuild,v 1.4 2012/05/03 06:27:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre6066.ebuild,v 1.5 2012/05/25 23:11:54 hwoarang Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -14,7 +14,7 @@ SRC_URI="http://people.apache.org/~Arfrever/gentoo/${P}.tar.xz" LICENSE="kvirc" SLOT="4" KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86" -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 @@ -30,7 +30,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 @@ -84,7 +84,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) |