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 D33FB15808B for ; Fri, 4 Oct 2024 21:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CA51E29FD; Fri, 4 Oct 2024 21:04:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6078BE29FD for ; Fri, 4 Oct 2024 21:04:12 +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 7F3DB343072 for ; Fri, 4 Oct 2024 21:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEF012802 for ; Fri, 4 Oct 2024 21:04:07 +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: <1728075797.ee57bb27f5e770dd7001c59ff711faebe22ca7b3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/krusader/krusader-2.8.1-r3.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ee57bb27f5e770dd7001c59ff711faebe22ca7b3 X-VCS-Branch: master Date: Fri, 4 Oct 2024 21:04:07 +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: 81c466a7-9771-4bd8-8255-e11f3d1d4cf0 X-Archives-Hash: a0e7ece8f5aeff2d35e23aba7f371ba7 commit: ee57bb27f5e770dd7001c59ff711faebe22ca7b3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 4 19:45:54 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 4 21:03:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee57bb27 kde-misc/krusader: Add kde-misc/kio-gdrive:5 optfeature Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krusader/krusader-2.8.1-r3.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/kde-misc/krusader/krusader-2.8.1-r3.ebuild b/kde-misc/krusader/krusader-2.8.1-r3.ebuild index 2a8de91526f5..e8ae7b92ef47 100644 --- a/kde-misc/krusader/krusader-2.8.1-r3.ebuild +++ b/kde-misc/krusader/krusader-2.8.1-r3.ebuild @@ -75,11 +75,9 @@ src_configure() { } pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "konsole view" "kde-apps/konsolepart:5" "kde-apps/konsole:5" - optfeature "Markdown text previews" "kde-misc/markdownpart:${SLOT}" - optfeature "video thumbnails" "kde-apps/ffmpegthumbs:${SLOT}" - optfeature "bookmarks support" "kde-apps/keditbookmarks:${SLOT}" - fi + optfeature "konsole view" "kde-apps/konsolepart:${SLOT}" + optfeature "Markdown text previews" "kde-misc/markdownpart:${SLOT}" + optfeature "Google Drive service" "kde-misc/kio-gdrive:${SLOT}" + optfeature "bookmarks support" "kde-apps/keditbookmarks:${SLOT}" ecm_pkg_postinst }