diff options
author | Sam James <sam@gentoo.org> | 2021-05-24 02:16:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-24 02:16:30 +0000 |
commit | 4c89fb818d7d152b6a2801809389513c2df97857 (patch) | |
tree | d44afa4140309ef6326b083717a35072de8ae8d4 /net-fs | |
parent | dev-perl/Devel-Hide: Stabilize 0.1.300 amd64, #791736 (diff) | |
download | gentoo-4c89fb818d7d152b6a2801809389513c2df97857.tar.gz gentoo-4c89fb818d7d152b6a2801809389513c2df97857.tar.bz2 gentoo-4c89fb818d7d152b6a2801809389513c2df97857.zip |
net-fs/samba: Stabilize 4.13.9 amd64, #786825
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.13.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.13.9.ebuild b/net-fs/samba/samba-4.13.9.ebuild index a9fe44d0b342..c2a813b13d19 100644 --- a/net-fs/samba/samba-4.13.9.ebuild +++ b/net-fs/samba/samba-4.13.9.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}" |