diff options
author | 2005-01-18 16:11:19 +0000 | |
---|---|---|
committer | 2005-01-18 16:11:19 +0000 | |
commit | fdf578ea4d6d81c6933e68267eec066fbc3d9a1d (patch) | |
tree | a34a4593d59c10a6e65cdab88da199fcbcbdccf8 /kde-base | |
parent | Disable python scripting support (#40543). (diff) | |
download | historical-fdf578ea4d6d81c6933e68267eec066fbc3d9a1d.tar.gz historical-fdf578ea4d6d81c6933e68267eec066fbc3d9a1d.tar.bz2 historical-fdf578ea4d6d81c6933e68267eec066fbc3d9a1d.zip |
Comment touchups.
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdeedu/kdeedu-3.4.0_beta1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kde-base/kdeedu/kdeedu-3.4.0_beta1.ebuild b/kde-base/kdeedu/kdeedu-3.4.0_beta1.ebuild index f1fdbebf5276..708d5fbfcb97 100644 --- a/kde-base/kdeedu/kdeedu-3.4.0_beta1.ebuild +++ b/kde-base/kdeedu/kdeedu-3.4.0_beta1.ebuild @@ -1,6 +1,6 @@ # 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_beta1.ebuild,v 1.2 2005/01/18 16:01:39 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.4.0_beta1.ebuild,v 1.3 2005/01/18 16:11:19 greg_g Exp $ inherit kde-dist eutils @@ -13,8 +13,7 @@ DEPEND="" src_compile() { # the scripting support in kig is strongly dependent on the version - # of dev-libs/boost installed, and often fails to compile. - # I think it only works with 0.30.2, which is too much restrictive. + # of dev-libs/boost and of python installed, and often fails to compile. myconf="${myconf} --disable-kig-python-scripting" kde_src_compile |