diff options
Diffstat (limited to 'net-misc/smb4k/smb4k-3.1.1.ebuild')
-rw-r--r-- | net-misc/smb4k/smb4k-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/smb4k/smb4k-3.1.1.ebuild b/net-misc/smb4k/smb4k-3.1.1.ebuild index e64d54449eb4..d3a8b0160e1b 100644 --- a/net-misc/smb4k/smb4k-3.1.1.ebuild +++ b/net-misc/smb4k/smb4k-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 x86" + KEYWORDS="amd64 ~riscv x86" fi LICENSE="GPL-2" |