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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE04D158087 for ; Tue, 16 Nov 2021 07:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B8BE0825; Tue, 16 Nov 2021 07:35:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C38AAE0822 for ; Tue, 16 Nov 2021 07:35:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8EC1342C3A for ; Tue, 16 Nov 2021 07:35:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E3591DC for ; Tue, 16 Nov 2021 07:35:24 +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: <1637046188.619a63530e7522d6449f52b0b84f393d684e378d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ksmtp/ksmtp-9999.ebuild X-VCS-Directories: kde-apps/ksmtp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 619a63530e7522d6449f52b0b84f393d684e378d X-VCS-Branch: master Date: Tue, 16 Nov 2021 07:35:24 +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: 425b65fc-b8a1-4018-956f-7de28719e31d X-Archives-Hash: 6d542fef20aea2cd3caa1cdb91daa0a2 commit: 619a63530e7522d6449f52b0b84f393d684e378d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 16 07:03:08 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 16 07:03:08 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=619a6353 kde-apps/ksmtp: Set ECM_QTHELP=true Upstream commit 51fce68902da17fdccbc28d6d7f51bad5150bed0 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ksmtp/ksmtp-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/ksmtp/ksmtp-9999.ebuild b/kde-apps/ksmtp/ksmtp-9999.ebuild index 169090c24d..7e218f5306 100644 --- a/kde-apps/ksmtp/ksmtp-9999.ebuild +++ b/kde-apps/ksmtp/ksmtp-9999.ebuild @@ -3,6 +3,7 @@ EAPI=8 +ECM_QTHELP="true" ECM_TEST="true" KFMIN=5.85.0 QTMIN=5.15.2 @@ -16,6 +17,8 @@ SLOT="5" KEYWORDS="" IUSE="" +RESTRICT="test" # bug 642410 + DEPEND=" dev-libs/cyrus-sasl >=dev-qt/qtnetwork-${QTMIN}:5 @@ -24,5 +27,3 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:5 " RDEPEND="${DEPEND}" - -RESTRICT="test" # bug 642410