diff options
author | 2024-06-28 07:34:04 -0500 | |
---|---|---|
committer | 2024-06-28 07:36:32 -0500 | |
commit | 0c6978c0d1a27601cf846a597743444897e0c47b (patch) | |
tree | cdaa889944384f12a250e047bb712082953d8099 /net-fs | |
parent | sys-libs/talloc: stabilize 2.4.1 for sparc (diff) | |
download | gentoo-0c6978c0d1a27601cf846a597743444897e0c47b.tar.gz gentoo-0c6978c0d1a27601cf846a597743444897e0c47b.tar.bz2 gentoo-0c6978c0d1a27601cf846a597743444897e0c47b.zip |
net-fs/samba: stabilize 4.19.6 for sparc
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.19.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.19.6.ebuild b/net-fs/samba/samba-4.19.6.ebuild index 4493fa08886d..119e2c01cff1 100644 --- a/net-fs/samba/samba-4.19.6.ebuild +++ b/net-fs/samba/samba-4.19.6.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *_rc* ]]; then SRC_URI="https://download.samba.org/pub/samba/rc/${MY_P}.tar.gz" else SRC_URI="https://download.samba.org/pub/samba/stable/${MY_P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc x86" fi S="${WORKDIR}/${MY_P}" |