From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1120051-garchives=archives.gentoo.org@lists.gentoo.org> 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 0317F138334 for <garchives@archives.gentoo.org>; Sat, 2 Nov 2019 16:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38548E0919; Sat, 2 Nov 2019 16:37:05 +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 E5EF1E0919 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Nov 2019 16:37:04 +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 136B834C60C for <gentoo-commits@lists.gentoo.org>; Sat, 2 Nov 2019 16:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD5547F9 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Nov 2019 16:37:01 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1572712605.6a4e9c288fbf439871df6a4f81051ffc8ecd5b53.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/stellarium/stellarium-0.19.2.ebuild X-VCS-Directories: sci-astronomy/stellarium/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6a4e9c288fbf439871df6a4f81051ffc8ecd5b53 X-VCS-Branch: master Date: Sat, 2 Nov 2019 16:37:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 486acce2-b89e-4df4-8a11-870fac1dc1ca X-Archives-Hash: 21fa8e196c1300904e23e7f74303542a commit: 6a4e9c288fbf439871df6a4f81051ffc8ecd5b53 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 2 16:33:25 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Nov 2 16:36:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4e9c28 sci-astronomy/stellarium: RESTRICT="!test? ( test )"... Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-astronomy/stellarium/stellarium-0.19.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-astronomy/stellarium/stellarium-0.19.2.ebuild b/sci-astronomy/stellarium/stellarium-0.19.2.ebuild index b47582c27ba..dbc5a771b76 100644 --- a/sci-astronomy/stellarium/stellarium-0.19.2.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.19.2.ebuild @@ -45,6 +45,8 @@ DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) " +RESTRICT="!test? ( test )" + src_prepare() { cmake-utils_src_prepare use debug || append-cppflags -DQT_NO_DEBUG #415769