diff options
author | Sam James <sam@gentoo.org> | 2021-05-15 02:41:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-15 02:41:04 +0000 |
commit | 56674d61d75d552552db5a1fccdf4294832cb6c1 (patch) | |
tree | 2e7b04c4dae44fffae4dec5fc2ed508c5d1df6ac /net-fs | |
parent | net-dns/resolv_wrapper: Stabilize 1.1.7 arm, #778026 (diff) | |
download | gentoo-56674d61d75d552552db5a1fccdf4294832cb6c1.tar.gz gentoo-56674d61d75d552552db5a1fccdf4294832cb6c1.tar.bz2 gentoo-56674d61d75d552552db5a1fccdf4294832cb6c1.zip |
net-fs/samba: Stabilize 4.13.7 arm, #778026
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.13.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.13.7.ebuild b/net-fs/samba/samba-4.13.7.ebuild index 53e9b01ddef5..876198e005fd 100644 --- a/net-fs/samba/samba-4.13.7.ebuild +++ b/net-fs/samba/samba-4.13.7.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 ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86" fi S="${WORKDIR}/${MY_P}" |