Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Fri, 29 Oct 2021 18:30:55
Message-Id: 1635532186.2e83ad4c840d38afb966a6c976068d0ab6bda1f4.sam@gentoo
1 commit: 2e83ad4c840d38afb966a6c976068d0ab6bda1f4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 18:29:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 18:29:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e83ad4c
7
8 net-fs/samba: Stabilize 4.14.9 arm, #820695
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-fs/samba/samba-4.14.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-fs/samba/samba-4.14.9.ebuild b/net-fs/samba/samba-4.14.9.ebuild
16 index f48a4bdfbb5..18ab42361ef 100644
17 --- a/net-fs/samba/samba-4.14.9.ebuild
18 +++ b/net-fs/samba/samba-4.14.9.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
20 SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
21 else
22 SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
25 fi
26 S="${WORKDIR}/${MY_P}"