blob: 25a6a9ac39fc6b8bca9c4d521a4d7f22c707d6bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
KDE_MINIMAL="4.6"
inherit kde4-base
DESCRIPTION="A WebKit KPart for Konqueror"
HOMEPAGE="http://kde.org"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="4"
IUSE="debug"
|