blob: f6f51b92d60abbf6d8378cb0f812b612f9876d0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
WEBKIT_REQUIRED="always"
inherit kde4-base git
DESCRIPTION="Konqueror replacement using webkit as backend."
HOMEPAGE="http://rekonq.adjam.org/"
EGIT_REPO_URI="git://gitorious.org/rekonq/mainline.git"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="0"
IUSE="debug"
|