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 8BFC2138334 for ; Tue, 16 Jul 2019 11:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A715E0826; Tue, 16 Jul 2019 11:07:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 822A5E0826 for ; Tue, 16 Jul 2019 11:07:50 +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 20522347C82 for ; Tue, 16 Jul 2019 11:07:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24D815F1 for ; Tue, 16 Jul 2019 11:07:46 +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: <1563275249.c72e792f4d46d7ce562870f9cbffe8830be0e764.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi-notes/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/akonadi-notes/akonadi-notes-19.04.3.ebuild X-VCS-Directories: kde-apps/akonadi-notes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c72e792f4d46d7ce562870f9cbffe8830be0e764 X-VCS-Branch: master Date: Tue, 16 Jul 2019 11:07:46 +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: ff8436c7-c1db-4063-b7e7-c105a1c61e2a X-Archives-Hash: 8723ba399a29ccc5fc658fcad86be062 commit: c72e792f4d46d7ce562870f9cbffe8830be0e764 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 16 11:07:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 16 11:07:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72e792f kde-apps/akonadi-notes: Drop unused DEPEND, unrestrict tests Upstream commit bbaa8676daef93d01331ce187d3fbdf7ba8344ea Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi-notes/akonadi-notes-19.04.3.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/kde-apps/akonadi-notes/akonadi-notes-19.04.3.ebuild b/kde-apps/akonadi-notes/akonadi-notes-19.04.3.ebuild index e317c0e85c3..57eba45ffbf 100644 --- a/kde-apps/akonadi-notes/akonadi-notes-19.04.3.ebuild +++ b/kde-apps/akonadi-notes/akonadi-notes-19.04.3.ebuild @@ -11,18 +11,12 @@ KEYWORDS="~amd64 ~arm64 ~x86" LICENSE="GPL-2+" IUSE="" -# some akonadi tests time out, that probably needs more work as it's ~700 tests -RESTRICT+=" test" - -COMMON_DEPEND=" +DEPEND=" $(add_frameworks_dep ki18n) $(add_kdeapps_dep kmime) $(add_qt_dep qtgui) $(add_qt_dep qtxml) " -DEPEND="${COMMON_DEPEND} - $(add_kdeapps_dep akonadi) -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} !kde-apps/kdepim-l10n "