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 8FCD213835A for ; Sat, 12 Dec 2020 18:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BCA7E0A6E; Sat, 12 Dec 2020 18:08:14 +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 83B44E0A6E for ; Sat, 12 Dec 2020 18:08:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8388D340F29 for ; Sat, 12 Dec 2020 18:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F39B49B for ; Sat, 12 Dec 2020 18:08: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: <1607796391.8573a9434d9c132810bc0f81a929934ec9d2df63.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: 8573a9434d9c132810bc0f81a929934ec9d2df63 X-VCS-Branch: master Date: Sat, 12 Dec 2020 18:08: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: 45bfb970-7399-491a-9c48-146712c77ba2 X-Archives-Hash: 1c12f846ea93a7e7606d80d3c1ca6552 commit: 8573a9434d9c132810bc0f81a929934ec9d2df63 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 12 17:42:06 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 12 18:06:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8573a943 kde-frameworks/syndication: Drop obsolete blocker Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/syndication/syndication-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/kde-frameworks/syndication/syndication-9999.ebuild b/kde-frameworks/syndication/syndication-9999.ebuild index 660c23df35..dedb5dfd37 100644 --- a/kde-frameworks/syndication/syndication-9999.ebuild +++ b/kde-frameworks/syndication/syndication-9999.ebuild @@ -9,20 +9,18 @@ QTMIN=5.15.1 inherit ecm kde.org DESCRIPTION="Library for parsing RSS and Atom feeds" + LICENSE="LGPL-2+" KEYWORDS="" IUSE="" -COMMON_DEPEND=" +RDEPEND=" >=dev-qt/qtxml-${QTMIN}:5 =kde-frameworks/kcodecs-${PVCUT}*:5 " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} test? ( >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 ) " -RDEPEND="${COMMON_DEPEND} - !kde-apps/syndication -"