commit:     4fe6eb81fe12198948e7792c9c793d52528479e2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 07:10:05 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=4fe6eb81

kde-apps/kstars: fix broken use statement

Package-Manager: portage-2.3.0_rc1

 kde-apps/kstars/kstars-4.14.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kstars/kstars-4.14.3-r1.ebuild 
b/kde-apps/kstars/kstars-4.14.3-r1.ebuild
index 9308115..b6010ae 100644
--- a/kde-apps/kstars/kstars-4.14.3-r1.ebuild
+++ b/kde-apps/kstars/kstars-4.14.3-r1.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$
 
@@ -26,7 +26,7 @@ PATCHES=( "${FILESDIR}/${P}-indilib100.patch" )
 
 src_configure() {
        # Bug 308903
-       use ~ppc64 && append-flags -mminimal-toc
+       use ppc64 && append-flags -mminimal-toc
 
        local mycmakeargs=(
                $(cmake-utils_use_with fits CFitsio)

Reply via email to