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/kstars/
Date: Thu, 26 May 2016 07:12:04
Message-Id: 1464246705.4fe6eb81fe12198948e7792c9c793d52528479e2.kensington@gentoo
1 commit: 4fe6eb81fe12198948e7792c9c793d52528479e2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 07:10:05 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=4fe6eb81
7
8 kde-apps/kstars: fix broken use statement
9
10 Package-Manager: portage-2.3.0_rc1
11
12 kde-apps/kstars/kstars-4.14.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/kde-apps/kstars/kstars-4.14.3-r1.ebuild b/kde-apps/kstars/kstars-4.14.3-r1.ebuild
16 index 9308115..b6010ae 100644
17 --- a/kde-apps/kstars/kstars-4.14.3-r1.ebuild
18 +++ b/kde-apps/kstars/kstars-4.14.3-r1.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 @@ -26,7 +26,7 @@ PATCHES=( "${FILESDIR}/${P}-indilib100.patch" )
26
27 src_configure() {
28 # Bug 308903
29 - use ~ppc64 && append-flags -mminimal-toc
30 + use ppc64 && append-flags -mminimal-toc
31
32 local mycmakeargs=(
33 $(cmake-utils_use_with fits CFitsio)