commit:     fe7db9624c5a58de3ee584a2ef3fb0db4d4ea5fb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  5 23:06:54 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  5 23:46:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7db962

sci-astronomy/stellarium: Fix sorting and patch name

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...ellarium-0.18.2.patch => stellarium-0.18.2-as-needed.patch} |  0
 sci-astronomy/stellarium/stellarium-0.18.2.ebuild              | 10 +++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-astronomy/stellarium/files/stellarium-0.18.2.patch 
b/sci-astronomy/stellarium/files/stellarium-0.18.2-as-needed.patch
similarity index 100%
rename from sci-astronomy/stellarium/files/stellarium-0.18.2.patch
rename to sci-astronomy/stellarium/files/stellarium-0.18.2-as-needed.patch

diff --git a/sci-astronomy/stellarium/stellarium-0.18.2.ebuild 
b/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
index 5b88d75bd45..42b839f3719 100644
--- a/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,10 +25,10 @@ IUSE="debug gps media nls stars test"
 RDEPEND="
        dev-qt/qtcore:5
        dev-qt/qtgui:5
-       dev-qt/qtopengl:5
-       dev-qt/qtscript:5
        dev-qt/qtnetwork:5
+       dev-qt/qtopengl:5
        dev-qt/qtprintsupport:5
+       dev-qt/qtscript:5
        dev-qt/qtserialport:5
        dev-qt/qtwidgets:5
        media-fonts/dejavu
@@ -43,7 +43,7 @@ DEPEND="${RDEPEND}
        test? ( dev-qt/qttest:5 )
 "
 
-PATCHES=( "${FILESDIR}"/${P}.patch )
+PATCHES=( "${FILESDIR}"/${P}-as-needed.patch )
 
 src_prepare() {
        cmake-utils_src_prepare
@@ -53,8 +53,8 @@ src_prepare() {
 src_configure() {
        local mycmakeargs=(
                -DENABLE_GPS="$(usex gps)"
-               -DENABLE_NLS="$(usex nls)"
                -DENABLE_MEDIA="$(usex media)"
+               -DENABLE_NLS="$(usex nls)"
                -DENABLE_TESTING="$(usex test)"
        )
        cmake-utils_src_configure

Reply via email to