diff options
author | 2011-06-06 21:10:57 +0000 | |
---|---|---|
committer | 2011-06-06 21:10:57 +0000 | |
commit | 91d3c4cbad46cb374d44170b94b27116a17eef4c (patch) | |
tree | a11c5ca8252d04414b55b97828ccb3fd99949556 /kde-base/smoke/smoke-4.6.3.ebuild | |
parent | WEBKIT_REQUIRED doesn't do anything anymore, drop it (diff) | |
download | historical-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/smoke/smoke-4.6.3.ebuild')
-rw-r--r-- | kde-base/smoke/smoke-4.6.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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') |