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 30B00158004 for ; Fri, 28 Jun 2024 12:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA4CBE2B3F; Fri, 28 Jun 2024 12:59: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 A4F59E2B3F for ; Fri, 28 Jun 2024 12:59: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B07BF33BF08 for ; Fri, 28 Jun 2024 12:59:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 122311D84 for ; Fri, 28 Jun 2024 12:59:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719579506.ce0fb62110166fa127d8eadd63ae1caa05e60bec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/smb4k/smb4k-3.2.5-r2.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce0fb62110166fa127d8eadd63ae1caa05e60bec X-VCS-Branch: master Date: Fri, 28 Jun 2024 12:59:48 +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: a7569d39-5a35-4e32-9055-c899c228d73c X-Archives-Hash: 4f7537927b9dbb04fbce2f3a768026b3 commit: ce0fb62110166fa127d8eadd63ae1caa05e60bec Author: Sam James gentoo org> AuthorDate: Fri Jun 28 12:58:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 28 12:58:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0fb621 net-misc/smb4k: Stabilize 3.2.5-r2 x86, #935030 Signed-off-by: Sam James gentoo.org> net-misc/smb4k/smb4k-3.2.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/smb4k/smb4k-3.2.5-r2.ebuild b/net-misc/smb4k/smb4k-3.2.5-r2.ebuild index 4480250673e4..8a92549631aa 100644 --- a/net-misc/smb4k/smb4k-3.2.5-r2.ebuild +++ b/net-misc/smb4k/smb4k-3.2.5-r2.ebuild @@ -15,7 +15,7 @@ https://sourceforge.net/p/smb4k/home/Home/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz https://dev.gentoo.org/~asturm/distfiles/${PN}-3.2.5-bundled-kdsoap-ws-discovery-client.patch.xz" - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~riscv x86" fi LICENSE="GPL-2"