diff options
author | Sam James <sam@gentoo.org> | 2024-02-10 03:27:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-10 03:27:57 +0000 |
commit | f5cd5cc9ddc9c7640a4ffeb697a5e5e4523a9cc5 (patch) | |
tree | 0938ab7b856ce0449158e4d57b636b2d46e5b856 /net-fs | |
parent | dev-python/tox: only depend on dev-python/regex for tests w/o pypy (diff) | |
download | gentoo-f5cd5cc9ddc9c7640a4ffeb697a5e5e4523a9cc5.tar.gz gentoo-f5cd5cc9ddc9c7640a4ffeb697a5e5e4523a9cc5.tar.bz2 gentoo-f5cd5cc9ddc9c7640a4ffeb697a5e5e4523a9cc5.zip |
net-fs/samba: Stabilize 4.18.9 arm64, #920512
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.18.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.18.9.ebuild b/net-fs/samba/samba-4.18.9.ebuild index b8e052520ba4..00a90599b98e 100644 --- a/net-fs/samba/samba-4.18.9.ebuild +++ b/net-fs/samba/samba-4.18.9.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}" |