Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-fs/samba/
Date: Sat, 17 Nov 2018 00:24:24
Message-Id: 1542414245.3a434db37e75a15c3e2224e761ac9c7dcbfb4831.blueness@gentoo
1 commit: 3a434db37e75a15c3e2224e761ac9c7dcbfb4831
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 00:24:00 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 00:24:05 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=3a434db3
7
8 net-fs/samba: use only musl supported keywords
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-fs/samba/samba-4.9.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-fs/samba/samba-4.9.1.ebuild b/net-fs/samba/samba-4.9.1.ebuild
17 index 3f6a774..33fcce0 100644
18 --- a/net-fs/samba/samba-4.9.1.ebuild
19 +++ b/net-fs/samba/samba-4.9.1.ebuild
20 @@ -15,7 +15,7 @@ SRC_PATH="stable"
21
22 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
23 [[ ${PV} = *_rc* ]] || \
24 -KEYWORDS="~amd64 ~arm64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~arm64 ~arm ~mips ~ppc ~x86"
26
27 DESCRIPTION="Samba Suite Version 4"
28 HOMEPAGE="https://www.samba.org/"