blob: 5988c9348b284ec095f0cb62a0036125f3620a64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.4.1-r1.ebuild,v 1.5 2005/08/25 14:03:45 agriffis Exp $
inherit kde-dist
DESCRIPTION="KDE educational apps"
KEYWORDS="amd64 hppa ia64 ~mips ppc sparc x86"
IUSE=""
DEPEND=""
PATCHES="${FILESDIR}/post-3.4.2-kdeedu.diff"
myconf="--disable-kig-python-scripting"
|