summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/koffice/koffice-1.3.3-r1.ebuild')
-rw-r--r--app-office/koffice/koffice-1.3.3-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-office/koffice/koffice-1.3.3-r1.ebuild b/app-office/koffice/koffice-1.3.3-r1.ebuild
index 07cdb3e6978c..a8fb6cf768f5 100644
--- a/app-office/koffice/koffice-1.3.3-r1.ebuild
+++ b/app-office/koffice/koffice-1.3.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.3-r1.ebuild,v 1.3 2004/10/24 20:10:16 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.3-r1.ebuild,v 1.4 2004/10/26 10:41:08 motaboy Exp $
inherit kde eutils
@@ -31,5 +31,7 @@ src_unpack() {
src_compile() {
export LIBPYTHON="`python-config --libs`"
+ use arts || DO_NOT_COMPILE="$DO_NOT_COMPILE kpresenter"
+ export DO_NOT_COMPILE="$DO_NOT_COMPILE"
kde_src_compile
}