From 796bac90eb258d3389215c3f7f016d20386ea60a Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 26 May 2016 17:11:01 +1000 Subject: [PATCH] kde-apps/step: fix broken use statement Package-Manager: portage-2.3.0_rc1 --- kde-apps/step/step-4.14.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/step/step-4.14.3.ebuild b/kde-apps/step/step-4.14.3.ebuild index 585ca6349d88..45def279594d 100644 --- a/kde-apps/step/step-4.14.3.ebuild +++ b/kde-apps/step/step-4.14.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ RDEPEND="${DEPEND}" src_configure() { # bug 560884 - use ~ppc64 && append-flags -mno-altivec + use ppc64 && append-flags -mno-altivec local mycmakeargs=( $(cmake-utils_use_with gsl) -- 2.26.2