diff options
author | 2024-01-06 12:27:43 +0000 | |
---|---|---|
committer | 2024-01-06 12:27:43 +0000 | |
commit | 13d55594741f844eb1f827449029c1af5fa66a1a (patch) | |
tree | 5a6a9e6204b95e0d7890e03c0428c33f40055abd /net-misc | |
parent | kde-misc/krusader: Stabilize 2.8.0-r1 amd64, #920693 (diff) | |
download | gentoo-13d55594741f844eb1f827449029c1af5fa66a1a.tar.gz gentoo-13d55594741f844eb1f827449029c1af5fa66a1a.tar.bz2 gentoo-13d55594741f844eb1f827449029c1af5fa66a1a.zip |
net-misc/smb4k: Stabilize 3.2.5 amd64, #920693
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/smb4k/smb4k-3.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/smb4k/smb4k-3.2.5.ebuild b/net-misc/smb4k/smb4k-3.2.5.ebuild index 413971787c95..47b6bace54b0 100644 --- a/net-misc/smb4k/smb4k-3.2.5.ebuild +++ b/net-misc/smb4k/smb4k-3.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ https://sourceforge.net/p/smb4k/home/Home/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm64 ~riscv x86" fi LICENSE="GPL-2" |