Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Sat, 25 Jun 2022 09:01:22
Message-Id: 1656147618.d51c76676b42de8d1c682618d9c78d0b15601a3a.ago@gentoo
1 commit: d51c76676b42de8d1c682618d9c78d0b15601a3a
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 09:00:18 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 09:00:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51c7667
7
8 net-fs/samba: x86 stable wrt bug #853976
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-fs/samba/samba-4.14.13.ebuild | 2 +-
15 net-fs/samba/samba-4.15.7.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-fs/samba/samba-4.14.13.ebuild b/net-fs/samba/samba-4.14.13.ebuild
19 index 88cb7f57324e..8e8b7156f29f 100644
20 --- a/net-fs/samba/samba-4.14.13.ebuild
21 +++ b/net-fs/samba/samba-4.14.13.ebuild
22 @@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
23 SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
24 else
25 SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
26 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc ~x86"
27 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86"
28 fi
29 S="${WORKDIR}/${MY_P}"
30
31
32 diff --git a/net-fs/samba/samba-4.15.7.ebuild b/net-fs/samba/samba-4.15.7.ebuild
33 index b3cafead21e7..c23859866f3c 100644
34 --- a/net-fs/samba/samba-4.15.7.ebuild
35 +++ b/net-fs/samba/samba-4.15.7.ebuild
36 @@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
37 SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
38 else
39 SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
40 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc ~x86"
41 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86"
42 fi
43 S="${WORKDIR}/${MY_P}"