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 4C36D15806E for ; Sat, 20 May 2023 17:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85714E07B2; Sat, 20 May 2023 17:31:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F5BDE07B2 for ; Sat, 20 May 2023 17:31:11 +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 92E33340E18 for ; Sat, 20 May 2023 17:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04B8BA68 for ; Sat, 20 May 2023 17:31:09 +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: <1684602815.e21cfd2909cf1e064eeaf5ddc1249ad7349ebb12.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e21cfd2909cf1e064eeaf5ddc1249ad7349ebb12 X-VCS-Branch: master Date: Sat, 20 May 2023 17:31:09 +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: 334a1bd1-cc3b-4f46-91c0-412c57b45745 X-Archives-Hash: 20918182a6c21784e030ccf27e83cdb0 commit: e21cfd2909cf1e064eeaf5ddc1249ad7349ebb12 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 20 17:13:35 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 20 17:13:35 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e21cfd29 kde-apps/kdeutils-meta: Drop IUSE floppy and kde-apps/kfloppy RDEPEND See also: https://mail.kde.org/pipermail/kde-devel/2023-April/001789.html Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild index 90ab784cea..2a540e91d5 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://apps.kde.org/categories/utilities/" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="7zip cups floppy gpg lrz rar +webengine" +IUSE="7zip cups gpg lrz rar +webengine" RDEPEND=" >=app-cdr/dolphin-plugins-mountiso-${PV}:${SLOT} @@ -32,7 +32,6 @@ RDEPEND=" >=sys-block/partitionmanager-${PV}:${SLOT} >=sys-libs/kpmcore-${PV}:${SLOT} cups? ( >=kde-apps/print-manager-${PV}:${SLOT} ) - floppy? ( >=kde-apps/kfloppy-${PV}:${SLOT} ) gpg? ( >=kde-apps/kgpg-${PV}:${SLOT} ) webengine? ( >=app-editors/ghostwriter-${PV}