blob: 4785e5691e14c8645f97f3634de37ed73e0dc1a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
KMNAME="extragear/base"
inherit kde4-meta
DESCRIPTION="KDE tool that looks for well-known apps in your path and creates entries for them in the KDE menu"
HOMEPAGE="http://kde.org"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="4"
IUSE="debug +handbook"
RDEPEND="
!kdeprefix? ( !>=kde-base/kappfinder-4.0.0 )
"
|