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 E61FB158041 for ; Mon, 11 Mar 2024 09:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E55FFE2A2F; Mon, 11 Mar 2024 09:50:50 +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 C98ECE2A2F for ; Mon, 11 Mar 2024 09:50:50 +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 DD85533C4EE for ; Mon, 11 Mar 2024 09:50:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB69151A for ; Mon, 11 Mar 2024 09:50:46 +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: <1710150622.1cb0d23cf37104091d8eee3d4e565b6474a9d179.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.0-r1.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1cb0d23cf37104091d8eee3d4e565b6474a9d179 X-VCS-Branch: master Date: Mon, 11 Mar 2024 09:50:46 +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: b37c8495-89b2-4562-a83b-a67af191ac88 X-Archives-Hash: a88408b3bfa23e9d7da710bd6ee02db5 commit: 1cb0d23cf37104091d8eee3d4e565b6474a9d179 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 3 17:42:30 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 09:50:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb0d23c kde-misc/krusader: Add konsole view optfeature Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krusader/krusader-2.8.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/krusader/krusader-2.8.0-r1.ebuild b/kde-misc/krusader/krusader-2.8.0-r1.ebuild index f1e7e343d29f..2761dc096e83 100644 --- a/kde-misc/krusader/krusader-2.8.0-r1.ebuild +++ b/kde-misc/krusader/krusader-2.8.0-r1.ebuild @@ -74,6 +74,7 @@ src_prepare() { 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 "PDF/PS and RAW image thumbnails" "kde-apps/thumbnailers:${SLOT}" optfeature "video thumbnails" "kde-apps/ffmpegthumbs:${SLOT}"