Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Sun, 04 Dec 2016 16:52:56
Message-Id: 1480870364.6ad65e76330c575548cb26eea47fde480cfcb58b.klausman@gentoo
1 commit: 6ad65e76330c575548cb26eea47fde480cfcb58b
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 16:52:27 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 16:52:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad65e76
7
8 net-fs/samba-4.2.11-r0: keyworded for ~alpha
9
10 Gentoo-Bug: 591304
11
12 net-fs/samba/samba-4.2.11.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-fs/samba/samba-4.2.11.ebuild b/net-fs/samba/samba-4.2.11.ebuild
16 index f921a9d..fa019ce 100644
17 --- a/net-fs/samba/samba-4.2.11.ebuild
18 +++ b/net-fs/samba/samba-4.2.11.ebuild
19 @@ -16,8 +16,8 @@ SRC_PATH="stable"
20
21 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
22 https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.2.9.tar.xz"
23 -KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
24 -[[ ${PV} = *_rc* ]] && KEYWORDS="arm hppa ppc64"
25 +KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
26 +[[ ${PV} = *_rc* ]] && KEYWORDS="~alpha arm hppa ppc64"
27
28 DESCRIPTION="Samba Suite Version 4"
29 HOMEPAGE="http://www.samba.org/"