diff options
author | Sam James <sam@gentoo.org> | 2021-10-29 19:29:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-29 19:29:04 +0100 |
commit | ed2d2c7b1076077264dfcda9ee5598a504b230d2 (patch) | |
tree | 760ba247f83a09947b049e69768198d7c59d321a /net-fs | |
parent | sys-libs/tdb: Stabilize 1.4.5 amd64, #820695 (diff) | |
download | gentoo-ed2d2c7b1076077264dfcda9ee5598a504b230d2.tar.gz gentoo-ed2d2c7b1076077264dfcda9ee5598a504b230d2.tar.bz2 gentoo-ed2d2c7b1076077264dfcda9ee5598a504b230d2.zip |
net-fs/samba: Stabilize 4.14.9 amd64, #820695
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.14.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.14.9.ebuild b/net-fs/samba/samba-4.14.9.ebuild index ab5a027b70a2..f48a4bdfbb50 100644 --- a/net-fs/samba/samba-4.14.9.ebuild +++ b/net-fs/samba/samba-4.14.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 ~riscv ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi S="${WORKDIR}/${MY_P}" |