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 64C6A1382FE for ; Sat, 9 Jul 2016 18:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E321621C06A; Sat, 9 Jul 2016 18:26:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B43521C06A for ; Sat, 9 Jul 2016 18:26:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2F37340D40 for ; Sat, 9 Jul 2016 18:26:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 685DC2416 for ; Sat, 9 Jul 2016 18:26:26 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1468088779.a5ee6d86aad1acac56b6a109c45f3e3c9eefed25.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/marble/marble-16.04.2.ebuild X-VCS-Directories: kde-apps/marble/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a5ee6d86aad1acac56b6a109c45f3e3c9eefed25 X-VCS-Branch: master Date: Sat, 9 Jul 2016 18:26:26 +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-Archives-Salt: 7b8e4880-90e0-4625-affa-f45be0a5918b X-Archives-Hash: a7af75b6f7df34c953dacc9aab0a1e79 commit: a5ee6d86aad1acac56b6a109c45f3e3c9eefed25 Author: Johannes Huber gentoo org> AuthorDate: Sat Jul 9 18:24:42 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jul 9 18:26:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ee6d86 kde-apps/marble: Restrict tests Add virtual x for tests. Gentoo-bug: 588320 Package-Manager: portage-2.3.0 kde-apps/marble/marble-16.04.2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-apps/marble/marble-16.04.2.ebuild b/kde-apps/marble/marble-16.04.2.ebuild index 50c47c0..271846e 100644 --- a/kde-apps/marble/marble-16.04.2.ebuild +++ b/kde-apps/marble/marble-16.04.2.ebuild @@ -6,6 +6,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Generic geographical map widget" @@ -52,6 +53,9 @@ DEPEND="${RDEPEND} aprs? ( dev-lang/perl ) " +# bug 588320 +RESTRICT=test + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package aprs Perl)