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 DFA161396D9 for ; Sun, 12 Nov 2017 15:12:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10724E0E56; Sun, 12 Nov 2017 15:12:32 +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 E1BC8E0E56 for ; Sun, 12 Nov 2017 15:12:31 +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 8B44B33BF01 for ; Sun, 12 Nov 2017 15:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CBEB9A7C for ; Sun, 12 Nov 2017 15:12:29 +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: <1510499525.ce70cec84584aa56cdfbfd69534bfd10d51e71cf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.16.0-r3.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ce70cec84584aa56cdfbfd69534bfd10d51e71cf X-VCS-Branch: master Date: Sun, 12 Nov 2017 15:12:29 +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: cb771616-e452-4535-b06e-a4cf52751acf X-Archives-Hash: 326e2d08353803aa4207f4c3476c3b48 commit: ce70cec84584aa56cdfbfd69534bfd10d51e71cf Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 12 13:56:49 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 12 15:12:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce70cec8 x11-misc/sddm: Make qttest:5 optional Package-Manager: Portage-2.3.13, Repoman-2.3.4 x11-misc/sddm/sddm-0.16.0-r3.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-misc/sddm/sddm-0.16.0-r3.ebuild b/x11-misc/sddm/sddm-0.16.0-r3.ebuild index 17284874ff8..aa78c82fcbd 100644 --- a/x11-misc/sddm/sddm-0.16.0-r3.ebuild +++ b/x11-misc/sddm/sddm-0.16.0-r3.ebuild @@ -13,15 +13,15 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain" SLOT="0" -IUSE="consolekit elogind +pam systemd" +IUSE="consolekit elogind +pam systemd test" REQUIRED_USE="?? ( elogind systemd )" RDEPEND=" >=dev-qt/qtcore-5.6:5 >=dev-qt/qtdbus-5.6:5 - >=dev-qt/qtgui-5.6:5 >=dev-qt/qtdeclarative-5.6:5 + >=dev-qt/qtgui-5.6:5 >=dev-qt/qtnetwork-5.6:5 >=x11-base/xorg-server-1.15.1 x11-libs/libxcb[xkb] @@ -34,9 +34,9 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/docutils >=dev-qt/linguist-tools-5.6:5 - >=dev-qt/qttest-5.6:5 kde-frameworks/extra-cmake-modules - virtual/pkgconfig" + virtual/pkgconfig + test? ( >=dev-qt/qttest-5.6:5 )" PATCHES=( "${FILESDIR}/${PN}-0.12.0-respect-user-flags.patch" # fix for flags handling and bug 563108 @@ -52,6 +52,8 @@ src_prepare() { } l10n_find_plocales_changes "data/translations" "" ".ts" l10n_for_each_disabled_locale_do disable_locale + + use test || cmake_comment_add_subdirectory test } src_configure() {