You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-misc/kwebkitpart/kwebkitpart-1.3.4-r1.ebuild

20 lines
478 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
WEBKIT_REQUIRED="always"
inherit kde4-base
DESCRIPTION="A WebKit KPart for Konqueror"
HOMEPAGE="https://projects.kde.org/projects/extragear/base/kwebkitpart"
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="4"
KEYWORDS="amd64 ~arm ppc ppc64 x86"
IUSE="debug"
PATCHES=( "${FILESDIR}/${P}-CVE-2014-8600.patch" )