From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B558138334 for ; Sat, 5 Jan 2019 23:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59490E085E; Sat, 5 Jan 2019 23:47:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EA77E085E for ; Sat, 5 Jan 2019 23:47:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1553F335D24 for ; Sat, 5 Jan 2019 23:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8445A506 for ; Sat, 5 Jan 2019 23:47:18 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546732018.fe7db9624c5a58de3ee584a2ef3fb0db4d4ea5fb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/files/, sci-astronomy/stellarium/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/stellarium/files/stellarium-0.18.2-as-needed.patch sci-astronomy/stellarium/files/stellarium-0.18.2.patch sci-astronomy/stellarium/stellarium-0.18.2.ebuild X-VCS-Directories: sci-astronomy/stellarium/files/ sci-astronomy/stellarium/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe7db9624c5a58de3ee584a2ef3fb0db4d4ea5fb X-VCS-Branch: master Date: Sat, 5 Jan 2019 23:47:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4b5623c2-e905-477c-8c04-3afd003c5273 X-Archives-Hash: 562d542350a2d653db10e52f3ce6ff76 commit: fe7db9624c5a58de3ee584a2ef3fb0db4d4ea5fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 5 23:06:54 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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