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 081C315852A for ; Thu, 15 Aug 2024 07:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 513F0E29F8; Thu, 15 Aug 2024 07:39:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3D8C0E29F8 for ; Thu, 15 Aug 2024 07:39:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8AFC434301D for ; Thu, 15 Aug 2024 07:39:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 007621EF5 for ; Thu, 15 Aug 2024 07:39:49 +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: <1723707420.1f9a46c8f4dca34ef6128034b67231cac328ab7e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdecore-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdecore-meta/kdecore-meta-9999.ebuild X-VCS-Directories: kde-apps/kdecore-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1f9a46c8f4dca34ef6128034b67231cac328ab7e X-VCS-Branch: master Date: Thu, 15 Aug 2024 07:39:49 +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: c9f0766d-a8e3-4eae-ab3a-7e20d5bfa411 X-Archives-Hash: c3e7091552804c7de4f5915cde0f8b21 commit: 1f9a46c8f4dca34ef6128034b67231cac328ab7e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 21:35:25 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 15 07:37:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f9a46c8 kde-apps/kdecore-meta: Drop IUSE thumbnail kde-apps/dolphin now pulling in kde-apps/thumbnailers in RDEPEND. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdecore-meta/kdecore-meta-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild b/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild index 857fb4e4b9..ca63f64398 100644 --- a/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild +++ b/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://apps.kde.org/" LICENSE="metapackage" SLOT="0" KEYWORDS="" -IUSE="+share +thumbnail +webengine" +IUSE="+share +webengine" RDEPEND=" >=kde-apps/dolphin-${PV}:* @@ -29,8 +29,4 @@ RDEPEND=" # Optional runtime deps: kde-apps/dolphin RDEPEND="${RDEPEND} share? ( kde-frameworks/purpose:6 ) - thumbnail? ( - >=kde-apps/ffmpegthumbs-${PV}:* - >=kde-apps/thumbnailers-${PV}:* - ) "