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, 30 Sep 2022 20:39:22
Message-Id: 1664570343.637bef86c4ec4d155b38b6c5ef276d97dc9abeb4.sam@gentoo
1 commit: 637bef86c4ec4d155b38b6c5ef276d97dc9abeb4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 20:37:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 20:39:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637bef86
7
8 net-fs/samba: Stabilize 4.15.9-r1 x86, #873565
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-fs/samba/samba-4.15.9-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-fs/samba/samba-4.15.9-r1.ebuild b/net-fs/samba/samba-4.15.9-r1.ebuild
16 index eb6678ee347e..5a363ce20926 100644
17 --- a/net-fs/samba/samba-4.15.9-r1.ebuild
18 +++ b/net-fs/samba/samba-4.15.9-r1.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}"