summaryrefslogtreecommitdiff
path: root/kde-apps/step/step-4.14.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/step/step-4.14.3.ebuild')
-rw-r--r--kde-apps/step/step-4.14.3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/kde-apps/step/step-4.14.3.ebuild b/kde-apps/step/step-4.14.3.ebuild
index 02d6c020c0..f529586f96 100644
--- a/kde-apps/step/step-4.14.3.ebuild
+++ b/kde-apps/step/step-4.14.3.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
-inherit kde4-base
+inherit flag-o-matic kde4-base
DESCRIPTION="The KDE physics simulator"
HOMEPAGE="https://edu.kde.org/step"
@@ -20,6 +20,9 @@ DEPEND="
RDEPEND="${DEPEND}"
src_configure() {
+ # bug 560884
+ use ppc64 && append-flags -mno-altivec
+
local mycmakeargs=(
$(cmake-utils_use_with gsl)
$(cmake-utils_use_with qalculate)