blob: 9ad3e9cbea0686c8ba16b70798a85dd84a99d13d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
KMNAME=kdebase-runtime
inherit kde4svn-meta
DESCRIPTION="KDE application to report the mimetype for a given file"
KEYWORDS=""
IUSE="debug"
|