blob: 57ecbc3e44ad7a9bc050d8e0b29b606059aadda3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_SCM="svn"
inherit kde4-base
DESCRIPTION="Grub frontend for KDE4"
HOMEPAGE="http://kgrubeditor.sourceforge.net/"
ESVN_REPO_URI="https://kgrubeditor.svn.sourceforge.net/svnroot/kgrubeditor/trunk"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="4"
IUSE="debug"
RDEPEND="
|| (
sys-boot/grub:0
sys-boot/grub-static
)
"
|