diff options
author | 2023-02-22 22:27:06 +0000 | |
---|---|---|
committer | 2023-02-22 22:27:06 +0000 | |
commit | b4f442a8554669f2cb0fbc90769e9bf6d2965138 (patch) | |
tree | 19f72062348c44648622dd3b92e5b92ac4ab8014 /net-fs | |
parent | net-fs/samba: Stabilize 4.15.13 amd64, #893084 (diff) | |
download | gentoo-b4f442a8554669f2cb0fbc90769e9bf6d2965138.tar.gz gentoo-b4f442a8554669f2cb0fbc90769e9bf6d2965138.tar.bz2 gentoo-b4f442a8554669f2cb0fbc90769e9bf6d2965138.zip |
net-fs/samba: Stabilize 4.15.13 x86, #893084
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.15.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.15.13.ebuild b/net-fs/samba/samba-4.15.13.ebuild index ff50b6d5a79e..31a56a33a2e0 100644 --- a/net-fs/samba/samba-4.15.13.ebuild +++ b/net-fs/samba/samba-4.15.13.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}" |