summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2011-06-06 21:10:57 +0000
committerJonathan Callen <jcallen@gentoo.org>2011-06-06 21:10:57 +0000
commit91d3c4cbad46cb374d44170b94b27116a17eef4c (patch)
treea11c5ca8252d04414b55b97828ccb3fd99949556 /kde-base
parentWEBKIT_REQUIRED doesn't do anything anymore, drop it (diff)
downloadhistorical-91d3c4cbad46cb374d44170b94b27116a17eef4c.tar.gz
historical-91d3c4cbad46cb374d44170b94b27116a17eef4c.tar.bz2
historical-91d3c4cbad46cb374d44170b94b27116a17eef4c.zip
Fix removal of WEBKIT_REQUIRED in the eclass
Package-Manager: portage-2.2.0_alpha38/cvs/Linux x86_64
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdebindings-csharp/ChangeLog6
-rw-r--r--kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild5
-rw-r--r--kde-base/kdebindings-csharp/kdebindings-csharp-4.6.3.ebuild5
-rw-r--r--kde-base/kdebindings-perl/ChangeLog6
-rw-r--r--kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild5
-rw-r--r--kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild5
-rw-r--r--kde-base/kdebindings-ruby/ChangeLog6
-rw-r--r--kde-base/kdebindings-ruby/kdebindings-ruby-4.6.2.ebuild5
-rw-r--r--kde-base/kdebindings-ruby/kdebindings-ruby-4.6.3.ebuild5
-rw-r--r--kde-base/kget/ChangeLog6
-rw-r--r--kde-base/kget/kget-4.6.2-r1.ebuild5
-rw-r--r--kde-base/kget/kget-4.6.2.ebuild5
-rw-r--r--kde-base/kget/kget-4.6.3.ebuild5
-rw-r--r--kde-base/smoke/ChangeLog6
-rw-r--r--kde-base/smoke/smoke-4.6.2.ebuild5
-rw-r--r--kde-base/smoke/smoke-4.6.3.ebuild5
16 files changed, 47 insertions, 38 deletions
diff --git a/kde-base/kdebindings-csharp/ChangeLog b/kde-base/kdebindings-csharp/ChangeLog
index 172946af1392..267955e09d6c 100644
--- a/kde-base/kdebindings-csharp/ChangeLog
+++ b/kde-base/kdebindings-csharp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdebindings-csharp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/ChangeLog,v 1.57 2011/06/02 21:57:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/ChangeLog,v 1.58 2011/06/06 21:06:51 abcd Exp $
+
+ 06 Jun 2011; Jonathan Callen <abcd@gentoo.org>
+ kdebindings-csharp-4.6.2.ebuild, kdebindings-csharp-4.6.3.ebuild:
+ Fix removal of WEBKIT_REQUIRED in the eclass
02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-kdebindings-csharp-4.4.5.ebuild, -kdebindings-csharp-4.4.5-r1.ebuild,
diff --git a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild b/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild
index 01e75d6f6c64..4b985ac540f5 100644
--- a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild
+++ b/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild,v 1.4 2011/06/01 18:06:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild,v 1.5 2011/06/06 21:06:51 abcd Exp $
EAPI=3
KMNAME="kdebindings"
KMMODULE="csharp"
-WEBKIT_REQUIRED="optional"
inherit kde4-meta mono
DESCRIPTION="C# bindings for KDE and Qt"
KEYWORDS="amd64 ppc x86"
-IUSE="akonadi debug +phonon plasma qimageblitz qscintilla semantic-desktop"
+IUSE="akonadi debug +phonon plasma qimageblitz qscintilla semantic-desktop webkit"
DEPEND="
dev-lang/mono
diff --git a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.3.ebuild b/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.3.ebuild
index 0b5104ec9be9..998cfd79a28b 100644
--- a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.3.ebuild
+++ b/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.3.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.3.ebuild,v 1.1 2011/05/07 10:47:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.3.ebuild,v 1.2 2011/06/06 21:06:51 abcd Exp $
EAPI=4
KMNAME="kdebindings"
KMMODULE="csharp"
-WEBKIT_REQUIRED="optional"
inherit kde4-meta mono
DESCRIPTION="C# bindings for KDE and Qt"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="akonadi debug +phonon plasma qimageblitz qscintilla semantic-desktop"
+IUSE="akonadi debug +phonon plasma qimageblitz qscintilla semantic-desktop webkit"
DEPEND="
dev-lang/mono
diff --git a/kde-base/kdebindings-perl/ChangeLog b/kde-base/kdebindings-perl/ChangeLog
index 244ae25fc31d..59d56a27280a 100644
--- a/kde-base/kdebindings-perl/ChangeLog
+++ b/kde-base/kdebindings-perl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdebindings-perl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.17 2011/06/01 18:06:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.18 2011/06/06 21:07:34 abcd Exp $
+
+ 06 Jun 2011; Jonathan Callen <abcd@gentoo.org> kdebindings-perl-4.6.2.ebuild,
+ kdebindings-perl-4.6.3.ebuild:
+ Fix removal of WEBKIT_REQUIRED in the eclass
01 Jun 2011; Brent Baude <ranger@gentoo.org>
kdebindings-perl-4.6.2.ebuild:
diff --git a/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild b/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild
index ebb9ce9f2bc1..0d25d7c6ef43 100644
--- a/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild
+++ b/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild,v 1.5 2011/06/01 18:06:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild,v 1.6 2011/06/06 21:07:34 abcd Exp $
EAPI=3
@@ -9,12 +9,11 @@ KMMODULE="perl"
DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
QTHELP_REQUIRED="optional"
-WEBKIT_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="KDE Perl bindings"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop"
+IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop webkit"
DEPEND="
>=dev-lang/perl-5.10.1
diff --git a/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild b/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild
index 09c31d4554f7..8fc870cce591 100644
--- a/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild
+++ b/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.1 2011/05/07 10:47:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.2 2011/06/06 21:07:34 abcd Exp $
EAPI=4
@@ -9,12 +9,11 @@ KMMODULE="perl"
DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
QTHELP_REQUIRED="optional"
-WEBKIT_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="KDE Perl bindings"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop"
+IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop webkit"
DEPEND="
>=dev-lang/perl-5.10.1
diff --git a/kde-base/kdebindings-ruby/ChangeLog b/kde-base/kdebindings-ruby/ChangeLog
index 680125ca4ebf..d0aaac81d292 100644
--- a/kde-base/kdebindings-ruby/ChangeLog
+++ b/kde-base/kdebindings-ruby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdebindings-ruby
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog,v 1.40 2011/06/02 21:57:52 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog,v 1.41 2011/06/06 21:08:22 abcd Exp $
+
+ 06 Jun 2011; Jonathan Callen <abcd@gentoo.org> kdebindings-ruby-4.6.2.ebuild,
+ kdebindings-ruby-4.6.3.ebuild:
+ Fix removal of WEBKIT_REQUIRED in the eclass
02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-kdebindings-ruby-4.4.5.ebuild:
diff --git a/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.2.ebuild b/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.2.ebuild
index f348d217bbcb..5b5d6975a99c 100644
--- a/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.2.ebuild
+++ b/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.2.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.2.ebuild,v 1.5 2011/06/01 18:07:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.2.ebuild,v 1.6 2011/06/06 21:08:22 abcd Exp $
EAPI=3
KMNAME="kdebindings"
KMMODULE="ruby"
DECLARATIVE_REQUIRED="optional"
-WEBKIT_REQUIRED="optional"
USE_RUBY="ruby18"
# No ruby19 for three reasons:
@@ -20,7 +19,7 @@ inherit kde4-meta ruby-ng
DESCRIPTION="KDE Ruby bindings"
KEYWORDS="amd64 ppc x86"
-IUSE="akonadi debug kate okular phonon plasma qscintilla qwt semantic-desktop"
+IUSE="akonadi debug kate okular phonon plasma qscintilla qwt semantic-desktop webkit"
DEPEND="
$(add_kdebase_dep smoke 'akonadi?,declarative?,kate?,okular?,phonon?,qscintilla?,qwt?,semantic-desktop?,webkit?')
diff --git a/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.3.ebuild b/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.3.ebuild
index 1e2ec1beae39..17402a89b2d1 100644
--- a/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.3.ebuild
+++ b/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.3.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.3.ebuild,v 1.1 2011/05/07 10:47:38 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.3.ebuild,v 1.2 2011/06/06 21:08:22 abcd Exp $
EAPI=4
KMNAME="kdebindings"
KMMODULE="ruby"
DECLARATIVE_REQUIRED="optional"
-WEBKIT_REQUIRED="optional"
USE_RUBY="ruby18"
# No ruby19 for three reasons:
@@ -20,7 +19,7 @@ inherit kde4-meta ruby-ng
DESCRIPTION="KDE Ruby bindings"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="akonadi debug kate okular phonon plasma qscintilla qwt semantic-desktop"
+IUSE="akonadi debug kate okular phonon plasma qscintilla qwt semantic-desktop webkit"
DEPEND="
$(add_kdebase_dep smoke 'akonadi?,declarative?,kate?,okular?,phonon?,qscintilla?,qwt?,semantic-desktop=,webkit?')
diff --git a/kde-base/kget/ChangeLog b/kde-base/kget/ChangeLog
index 1535e3252542..ff86f186e4bc 100644
--- a/kde-base/kget/ChangeLog
+++ b/kde-base/kget/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kget
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v 1.190 2011/06/02 21:57:45 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v 1.191 2011/06/06 21:10:57 abcd Exp $
+
+ 06 Jun 2011; Jonathan Callen <abcd@gentoo.org> kget-4.6.2.ebuild,
+ kget-4.6.2-r1.ebuild, kget-4.6.3.ebuild:
+ Fix removal of WEBKIT_REQUIRED in the eclass
02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kget-4.4.5.ebuild:
Drop KDE-4.4
diff --git a/kde-base/kget/kget-4.6.2-r1.ebuild b/kde-base/kget/kget-4.6.2-r1.ebuild
index 41e6f4973882..c035972de110 100644
--- a/kde-base/kget/kget-4.6.2-r1.ebuild
+++ b/kde-base/kget/kget-4.6.2-r1.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.6.2-r1.ebuild,v 1.4 2011/06/01 18:25:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.6.2-r1.ebuild,v 1.5 2011/06/06 21:10:57 abcd Exp $
EAPI=3
KDE_HANDBOOK="optional"
KMNAME="kdenetwork"
-WEBKIT_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="An advanced download manager for KDE"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug bittorrent semantic-desktop sqlite"
+IUSE="debug bittorrent semantic-desktop sqlite webkit"
RDEPEND="
app-crypt/qca:2
diff --git a/kde-base/kget/kget-4.6.2.ebuild b/kde-base/kget/kget-4.6.2.ebuild
index 37456d3e3e0a..3695d4951432 100644
--- a/kde-base/kget/kget-4.6.2.ebuild
+++ b/kde-base/kget/kget-4.6.2.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.6.2.ebuild,v 1.3 2011/05/09 22:55:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.6.2.ebuild,v 1.4 2011/06/06 21:10:57 abcd Exp $
EAPI=3
KDE_HANDBOOK="optional"
KMNAME="kdenetwork"
-WEBKIT_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="An advanced download manager for KDE"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug bittorrent semantic-desktop sqlite"
+IUSE="debug bittorrent semantic-desktop sqlite webkit"
RDEPEND="
app-crypt/qca:2
diff --git a/kde-base/kget/kget-4.6.3.ebuild b/kde-base/kget/kget-4.6.3.ebuild
index fb99cfa2fff9..59d54c53561e 100644
--- a/kde-base/kget/kget-4.6.3.ebuild
+++ b/kde-base/kget/kget-4.6.3.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.6.3.ebuild,v 1.1 2011/05/07 10:47:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.6.3.ebuild,v 1.2 2011/06/06 21:10:57 abcd Exp $
EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kdenetwork"
-WEBKIT_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="An advanced download manager for KDE"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug bittorrent semantic-desktop sqlite"
+IUSE="debug bittorrent semantic-desktop sqlite webkit"
RDEPEND="
app-crypt/qca:2
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog
index aa78aa2c4aec..63dddd31b595 100644
--- a/kde-base/smoke/ChangeLog
+++ b/kde-base/smoke/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/smoke
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.134 2011/06/02 21:57:54 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.135 2011/06/06 21:06:21 abcd Exp $
+
+ 06 Jun 2011; Jonathan Callen <abcd@gentoo.org> smoke-4.6.2.ebuild,
+ smoke-4.6.3.ebuild:
+ Fix removal of WEBKIT_REQUIRED in the eclass
02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -smoke-4.4.5.ebuild,
-smoke-4.4.5-r1.ebuild, -files/smoke-4.4.5-typecompiler.patch:
diff --git a/kde-base/smoke/smoke-4.6.2.ebuild b/kde-base/smoke/smoke-4.6.2.ebuild
index 912646ea4c5f..69ceaffc8a14 100644
--- a/kde-base/smoke/smoke-4.6.2.ebuild
+++ b/kde-base/smoke/smoke-4.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.6.2.ebuild,v 1.5 2011/06/01 19:25:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.6.2.ebuild,v 1.6 2011/06/06 21:06:21 abcd Exp $
EAPI=3
@@ -8,12 +8,11 @@ KMNAME="kdebindings"
DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
QTHELP_REQUIRED="optional"
-WEBKIT_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="Scripting Meta Object Kompiler Engine"
KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop"
+IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop webkit"
COMMON_DEPEND="
$(add_kdebase_dep kdelibs 'semantic-desktop?,opengl')
diff --git a/kde-base/smoke/smoke-4.6.3.ebuild b/kde-base/smoke/smoke-4.6.3.ebuild
index 62429fe9502e..933934bae27e 100644
--- a/kde-base/smoke/smoke-4.6.3.ebuild
+++ b/kde-base/smoke/smoke-4.6.3.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.6.3.ebuild,v 1.2 2011/05/14 14:32:16 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.6.3.ebuild,v 1.3 2011/06/06 21:06:21 abcd Exp $
EAPI=4
DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
QTHELP_REQUIRED="optional"
-WEBKIT_REQUIRED="optional"
KDE_SCM="git"
if [[ ${PV} == *9999 ]]; then
@@ -21,7 +20,7 @@ inherit ${eclass}
DESCRIPTION="Scripting Meta Object Kompiler Engine"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop"
+IUSE="akonadi attica debug kate okular +phonon qimageblitz qscintilla qwt semantic-desktop webkit"
COMMON_DEPEND="
$(add_kdebase_dep kdelibs 'semantic-desktop=,opengl')