commit: abba0f36c52ed8455d3164e3c40b41feb41fed83 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 17:47:12 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Oct 10 17:51:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abba0f36
kde-apps/step: fix build on ppc64 Gentoo-bug: 560884 Package-Manager: portage-2.2.20.1 kde-apps/step/step-4.14.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-apps/step/step-4.14.3.ebuild b/kde-apps/step/step-4.14.3.ebuild index 02d6c02..f529586 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)
