kde-apps/kstars: fix broken use statement
authorMichael Palimaka <kensington@gentoo.org>
Thu, 26 May 2016 07:10:05 +0000 (17:10 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 26 May 2016 07:11:45 +0000 (17:11 +1000)
Package-Manager: portage-2.3.0_rc1

kde-apps/kstars/kstars-4.14.3-r1.ebuild

index 9308115de35bfa85d58690a8c405aef2e12ce845..b6010aecb887a029aa33e70911f063c04e9a9d5b 100644 (file)
@@ -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)