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 D2456158003 for ; Mon, 15 Nov 2021 10:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 706A0E08F0; Mon, 15 Nov 2021 10:59:15 +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 56767E08F0 for ; Mon, 15 Nov 2021 10:59:15 +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 2B58C343079 for ; Mon, 15 Nov 2021 10:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 898771D5 for ; Mon, 15 Nov 2021 10:59:10 +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: <1636972318.06abd34a6c9712a67e94ce23c3f6a68c5f76d6a1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-search/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi-search/akonadi-search-9999.ebuild X-VCS-Directories: kde-apps/akonadi-search/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 06abd34a6c9712a67e94ce23c3f6a68c5f76d6a1 X-VCS-Branch: master Date: Mon, 15 Nov 2021 10:59:10 +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: 0afb8b70-3fc6-4a2a-a399-0e544626f09c X-Archives-Hash: bb6bce457fe7a56401e7342092a724bb commit: 06abd34a6c9712a67e94ce23c3f6a68c5f76d6a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 15 10:31:58 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 15 10:31:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=06abd34a kde-apps/akonadi-search: Set ECM_QTHELP=true Upstream commit 429d8fd5d9deed113c5d5201f30849ba62a5cd78 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi-search/akonadi-search-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kde-apps/akonadi-search/akonadi-search-9999.ebuild b/kde-apps/akonadi-search/akonadi-search-9999.ebuild index 608963643f..0e2e137591 100644 --- a/kde-apps/akonadi-search/akonadi-search-9999.ebuild +++ b/kde-apps/akonadi-search/akonadi-search-9999.ebuild @@ -3,6 +3,7 @@ EAPI=8 +ECM_QTHELP="true" ECM_TEST="forceoptional" PVCUT=$(ver_cut 1-3) KFMIN=5.85.0 @@ -20,9 +21,6 @@ IUSE="" RESTRICT="test" # perpetually broken, bug 662378 -BDEPEND=" - test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) -" RDEPEND=" >=dev-libs/xapian-1.3:=[chert(+)] >=dev-qt/qtdbus-${QTMIN}:5 @@ -47,3 +45,6 @@ DEPEND="${RDEPEND} dev-libs/boost test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] ) " +BDEPEND=" + test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) +"