commit: 796bac90eb258d3389215c3f7f016d20386ea60a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 07:11:01 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 26 07:11:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796bac90
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 585ca63..45def27 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)