summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-02-09 00:04:42 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-02-09 00:04:42 +0000
commitb552935baf94f5621cfd3a1a7603db638a5c39d8 (patch)
tree4b863870728f533382218a0f4b70b60665856237 /app-office
parentFix license, bug #353997. (diff)
downloadgentoo-2-b552935baf94f5621cfd3a1a7603db638a5c39d8.tar.gz
gentoo-2-b552935baf94f5621cfd3a1a7603db638a5c39d8.tar.bz2
gentoo-2-b552935baf94f5621cfd3a1a7603db638a5c39d8.zip
[app-office/kword] There are broken ebuilds for sci-libs/dcmtk floating around. Make sure they dont interfere with kword (bug 353746).
(Portage version: 2.1.9.37/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/kword/ChangeLog6
-rw-r--r--app-office/kword/kword-2.3.1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/app-office/kword/ChangeLog b/app-office/kword/ChangeLog
index 74273727604b..6ba1e3b6d92a 100644
--- a/app-office/kword/ChangeLog
+++ b/app-office/kword/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/kword
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.157 2011/01/28 10:01:38 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.158 2011/02/09 00:04:42 dilfridge Exp $
+
+ 09 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org> kword-2.3.1.ebuild:
+ There are broken ebuilds for dcmtk floating around. Make sure
+ they dont interfere with kword (bug 353746).
28 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> kword-2.1.2.ebuild,
kword-2.2.2.ebuild:
diff --git a/app-office/kword/kword-2.3.1.ebuild b/app-office/kword/kword-2.3.1.ebuild
index 32a6b817b89f..e91929e6195b 100644
--- a/app-office/kword/kword-2.3.1.ebuild
+++ b/app-office/kword/kword-2.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-2.3.1.ebuild,v 1.1 2011/01/20 00:09:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-2.3.1.ebuild,v 1.2 2011/02/09 00:04:42 dilfridge Exp $
EAPI=3
@@ -37,6 +37,7 @@ KMLOADLIBS="koffice-libs"
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with wpd)
+ -DWITH_DCMTK=OFF
)
kde4-meta_src_configure