summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-05-26 17:11:01 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-05-26 17:11:45 +1000
commit796bac90eb258d3389215c3f7f016d20386ea60a (patch)
tree568d3918cb1cd486f605ff4d79cc6b089ccb0f92
parentkde-apps/kstars: fix broken use statement (diff)
downloadgentoo-796bac90.tar.gz
gentoo-796bac90.tar.bz2
gentoo-796bac90.zip
kde-apps/step: fix broken use statement
Package-Manager: portage-2.3.0_rc1
-rw-r--r--kde-apps/step/step-4.14.3.ebuild4
1 files 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)