blob: 674a6aab96984ab0cb68ec7d9a19d6a3410dcbc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
KMNAME="kdebase-runtime"
inherit kde4-meta
DESCRIPTION="KDE mime/file type assocciation editor"
KEYWORDS=""
IUSE="debug"
# test fails, last checked for 4.2.89
RESTRICT=test
# @Since 4.2.68 - split from konqueror
add_blocker konqueror 4.2.67
|