summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-07-25 18:00:54 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-07-25 18:00:54 +0000
commit0ec01a70575bdeb16b5f6c51d889c3a0bd6b17da (patch)
tree3a506c8b46fb8535a688a3c3732ad6c6e1f0abaa /sci-calculators
parentRevision bump, add patch copied from cpython standard libraries to fix proble... (diff)
downloadgentoo-2-0ec01a70575bdeb16b5f6c51d889c3a0bd6b17da.tar.gz
gentoo-2-0ec01a70575bdeb16b5f6c51d889c3a0bd6b17da.tar.bz2
gentoo-2-0ec01a70575bdeb16b5f6c51d889c3a0bd6b17da.zip
Fix build when multiple LINGUAS targets are enabled wrt bug #518070.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/keurocalc/ChangeLog5
-rw-r--r--sci-calculators/keurocalc/keurocalc-1.2.2.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-calculators/keurocalc/ChangeLog b/sci-calculators/keurocalc/ChangeLog
index 113d4e1455ce..0be3b2a76437 100644
--- a/sci-calculators/keurocalc/ChangeLog
+++ b/sci-calculators/keurocalc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/keurocalc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.11 2014/04/30 22:20:43 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.12 2014/07/25 18:00:54 kensington Exp $
+
+ 25 Jul 2014; Michael Palimaka <kensington@gentoo.org> keurocalc-1.2.2.ebuild:
+ Fix build when multiple LINGUAS targets are enabled wrt bug #518070.
*keurocalc-1.2.2 (30 Apr 2014)
diff --git a/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild b/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild
index ba784c506e3a..4c890e4ce225 100644
--- a/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild
+++ b/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild,v 1.1 2014/04/30 22:20:43 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild,v 1.2 2014/07/25 18:00:54 kensington Exp $
EAPI=5
@@ -22,7 +22,11 @@ DOCS=( AUTHORS TODO )
src_prepare() {
# bug 500560
- sed -e "s/PO_FILES //" -i po/*/CMakeLists.txt
+ sed -e "s/PO_FILES //" -i po/*/CMakeLists.txt || die
+
+ # bug 518070
+ sed -e "/cmake_minimum_required/a cmake_policy(SET CMP0002 OLD)" \
+ -i CMakeLists.txt || die
kde4-base_src_prepare
}