blob: a09e6caf09bb9b5a35c742de4ae9ff6d8f40caf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
KMNAME="kdeedu"
inherit kde4-meta
DESCRIPTION="Common library for KDE educational apps"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
# 4 of 4 tests fail. Last checked for 4.2.87
RESTRICT=test
src_install() {
kde4-meta_src_install
# This is installed by kde-base/marble
rm "${ED}"/${KDEDIR}/share/apps/cmake/modules/FindMarbleWidget.cmake
}
|