diff options
author | Sam James <sam@gentoo.org> | 2023-10-11 01:57:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-11 01:57:18 +0100 |
commit | f7601408b9a7841bce692fa019d5a847ed5a3cbd (patch) | |
tree | 03f01f47a7bebda8df83407ec2e0acca5a4e18aa /net-fs/samba | |
parent | net-fs/samba: Stabilize 4.18.8 arm64, #915562 (diff) | |
download | gentoo-f7601408b9a7841bce692fa019d5a847ed5a3cbd.tar.gz gentoo-f7601408b9a7841bce692fa019d5a847ed5a3cbd.tar.bz2 gentoo-f7601408b9a7841bce692fa019d5a847ed5a3cbd.zip |
net-fs/samba: Stabilize 4.18.8 arm, #915562
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/samba-4.18.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.18.8.ebuild b/net-fs/samba/samba-4.18.8.ebuild index 2a9baf9034c8..2cd1904f4069 100644 --- a/net-fs/samba/samba-4.18.8.ebuild +++ b/net-fs/samba/samba-4.18.8.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *_rc* ]]; then SRC_URI="mirror://samba/rc/${MY_P}.tar.gz" else SRC_URI="mirror://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}" |