diff options
Diffstat (limited to 'kde-base/kdeedu/kdeedu-3.4.0_rc1.ebuild')
-rw-r--r-- | kde-base/kdeedu/kdeedu-3.4.0_rc1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/kdeedu/kdeedu-3.4.0_rc1.ebuild b/kde-base/kdeedu/kdeedu-3.4.0_rc1.ebuild new file mode 100644 index 000000000000..1a4a483d0e27 --- /dev/null +++ b/kde-base/kdeedu/kdeedu-3.4.0_rc1.ebuild @@ -0,0 +1,18 @@ +# 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.0_rc1.ebuild,v 1.1 2005/02/27 22:53:51 greg_g Exp $ + +inherit kde-dist + +DESCRIPTION="KDE educational apps" + +KEYWORDS="~x86 ~amd64 ~sparc" +IUSE="python" + +DEPEND="python? ( >=dev-libs/boost-1.31 )" + +src_compile() { + myconf="$(use_enable python kig-python-scripting)" + + kde_src_compile +} |