Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
Date: Thu, 26 May 2016 07:12:03
Message-Id: 1464246705.796bac90eb258d3389215c3f7f016d20386ea60a.kensington@gentoo
1 commit: 796bac90eb258d3389215c3f7f016d20386ea60a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 07:11:01 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 07:11:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796bac90
7
8 kde-apps/step: fix broken use statement
9
10 Package-Manager: portage-2.3.0_rc1
11
12 kde-apps/step/step-4.14.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/kde-apps/step/step-4.14.3.ebuild b/kde-apps/step/step-4.14.3.ebuild
16 index 585ca63..45def27 100644
17 --- a/kde-apps/step/step-4.14.3.ebuild
18 +++ b/kde-apps/step/step-4.14.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -21,7 +21,7 @@ RDEPEND="${DEPEND}"
26
27 src_configure() {
28 # bug 560884
29 - use ~ppc64 && append-flags -mno-altivec
30 + use ppc64 && append-flags -mno-altivec
31
32 local mycmakeargs=(
33 $(cmake-utils_use_with gsl)