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 0CC80158020 for ; Tue, 8 Nov 2022 11:28:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFAEBE09BF; Tue, 8 Nov 2022 11:28:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC1D0E09BF for ; Tue, 8 Nov 2022 11:28:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E29634100B for ; Tue, 8 Nov 2022 11:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3DF36FE for ; Tue, 8 Nov 2022 11:28:30 +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: <1667906885.a7ba4e4faa16130276cf36aea2bb67fbd48dff19.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_pre20221106.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a7ba4e4faa16130276cf36aea2bb67fbd48dff19 X-VCS-Branch: master Date: Tue, 8 Nov 2022 11:28:30 +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: 7e392255-5e9e-4006-a738-b93b4b184643 X-Archives-Hash: 2f8e8a4ca05f8b00cc42d3ceab66c542 commit: a7ba4e4faa16130276cf36aea2bb67fbd48dff19 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 8 11:26:23 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 8 11:28:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ba4e4f kde-misc/krusader: Restore 2.8.0_pre20221106 keywords Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild b/kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild index 1055cc331272..da6d2756d64a 100644 --- a/kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild +++ b/kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild @@ -9,9 +9,9 @@ KFMIN=5.82.0 QTMIN=5.15.5 inherit ecm kde.org optfeature -# if [[ ${KDE_BUILD_TYPE} = release ]]; then -# KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -# fi +if [[ ${KDE_BUILD_TYPE} = release ]]; then + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +fi DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many extras" HOMEPAGE="https://krusader.org/"