summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/koffice-l10n/ChangeLog7
-rw-r--r--app-office/koffice-l10n/koffice-l10n-2.1.0.ebuild6
2 files changed, 11 insertions, 2 deletions
diff --git a/app-office/koffice-l10n/ChangeLog b/app-office/koffice-l10n/ChangeLog
index 4d84e04d6c03..447c6cefc423 100644
--- a/app-office/koffice-l10n/ChangeLog
+++ b/app-office/koffice-l10n/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/koffice-l10n
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/ChangeLog,v 1.10 2009/12/17 10:32:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/ChangeLog,v 1.11 2009/12/17 11:08:10 ssuominen Exp $
+
+ 17 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+ koffice-l10n-2.1.0.ebuild:
+ Don't try to execute kde4-base_src_test if CMakeLists.txt isn't present
+ wrt #295327, Comment #2, thanks to Christian Faulhammer for noticing.
17 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
koffice-l10n-2.1.0.ebuild:
diff --git a/app-office/koffice-l10n/koffice-l10n-2.1.0.ebuild b/app-office/koffice-l10n/koffice-l10n-2.1.0.ebuild
index d9783240ca6a..b8f5b23a7e40 100644
--- a/app-office/koffice-l10n/koffice-l10n-2.1.0.ebuild
+++ b/app-office/koffice-l10n/koffice-l10n-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/koffice-l10n-2.1.0.ebuild,v 1.3 2009/12/17 10:32:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/koffice-l10n-2.1.0.ebuild,v 1.4 2009/12/17 11:08:10 ssuominen Exp $
EAPI="2"
@@ -68,6 +68,10 @@ src_compile() {
[[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_compile
}
+src_test() {
+ [[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_test
+}
+
src_install() {
[[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_install
}