summaryrefslogtreecommitdiff
blob: 563ecc85b0833a7a332a3546c5bbe7b3e197d034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.1-r1.ebuild,v 1.4 2003/02/12 16:45:02 hannes Exp $
inherit kde-dist flag-o-matic

IUSE=""
DESCRIPTION="KDE educational apps"
KEYWORDS="x86 ~ppc ~sparc"

# patch to fix bug #51708 on bugs.kde.org, from kstars developer
# together with smaller fixes from the 3_1_BRANCH of kstars at this date
PATCHES="${FILESDIR}/${P}-branch-20030202.diff"

if [ "`gcc -dumpversion`" == "2.95.3" ]; then
	filter-flags "-fomit-frame-pointer"
fi