Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
Date: Sat, 10 Oct 2015 17:51:53
Message-Id: 1444499498.abba0f36c52ed8455d3164e3c40b41feb41fed83.kensington@gentoo
1 commit: abba0f36c52ed8455d3164e3c40b41feb41fed83
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 17:47:12 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 17:51:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abba0f36
7
8 kde-apps/step: fix build on ppc64
9
10 Gentoo-bug: 560884
11
12 Package-Manager: portage-2.2.20.1
13
14 kde-apps/step/step-4.14.3.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/kde-apps/step/step-4.14.3.ebuild b/kde-apps/step/step-4.14.3.ebuild
18 index 02d6c02..f529586 100644
19 --- a/kde-apps/step/step-4.14.3.ebuild
20 +++ b/kde-apps/step/step-4.14.3.ebuild
21 @@ -5,7 +5,7 @@
22 EAPI=5
23
24 KDE_HANDBOOK="optional"
25 -inherit kde4-base
26 +inherit flag-o-matic kde4-base
27
28 DESCRIPTION="The KDE physics simulator"
29 HOMEPAGE="https://edu.kde.org/step"
30 @@ -20,6 +20,9 @@ DEPEND="
31 RDEPEND="${DEPEND}"
32
33 src_configure() {
34 + # bug 560884
35 + use ppc64 && append-flags -mno-altivec
36 +
37 local mycmakeargs=(
38 $(cmake-utils_use_with gsl)
39 $(cmake-utils_use_with qalculate)