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 2DB891382C5 for ; Wed, 17 Mar 2021 12:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 662C7E0874; Wed, 17 Mar 2021 12:32:33 +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 4DC24E0874 for ; Wed, 17 Mar 2021 12:32:33 +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 D4C4B335C6F for ; Wed, 17 Mar 2021 12:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 302984A5 for ; Wed, 17 Mar 2021 12:32:30 +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: <1615984332.2666b691ae15525ada4dcd4bcbb29be7818d8f6d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/syndication/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/syndication/syndication-9999.ebuild X-VCS-Directories: kde-frameworks/syndication/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2666b691ae15525ada4dcd4bcbb29be7818d8f6d X-VCS-Branch: master Date: Wed, 17 Mar 2021 12:32:30 +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: 267b4ea1-3a31-4634-995d-e95f41ab449c X-Archives-Hash: e8f052e515757fd577c03e5644a83c6a commit: 2666b691ae15525ada4dcd4bcbb29be7818d8f6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 16 14:58:40 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 17 12:32:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2666b691 kde-frameworks/syndication: Drop unused IUSE=test DEPEND Upstream commit ff6fbf9f904f20f615e0c99d365d8b241ed0ae6c Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/syndication/syndication-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kde-frameworks/syndication/syndication-9999.ebuild b/kde-frameworks/syndication/syndication-9999.ebuild index bad18a8d40..dfb7b9a519 100644 --- a/kde-frameworks/syndication/syndication-9999.ebuild +++ b/kde-frameworks/syndication/syndication-9999.ebuild @@ -19,8 +19,5 @@ RDEPEND=" =kde-frameworks/kcodecs-${PVCUT}*:5 " DEPEND="${RDEPEND} - test? ( - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - ) + test? ( >=dev-qt/qtnetwork-${QTMIN}:5 ) "