kde-apps/step: fix broken use statement
authorMichael Palimaka <kensington@gentoo.org>
Thu, 26 May 2016 07:11:01 +0000 (17:11 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 26 May 2016 07:11:45 +0000 (17:11 +1000)
Package-Manager: portage-2.3.0_rc1

kde-apps/step/step-4.14.3.ebuild

index 585ca6349d8803dc848d8f391e0a54cbcd2fdd5c..45def279594dd5e0c84bdd823928ee7e179e3b0d 100644 (file)
@@ -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)