Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: /
Date: Sat, 27 Feb 2016 20:44:34
Message-Id: 1456604997.d451ba83eeb192a324bb6d6910e37aac234005d8.monsieurp@gentoo
1 commit: d451ba83eeb192a324bb6d6910e37aac234005d8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 20:23:39 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 20:29:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d451ba83
7
8 Merge github#922: dev-lang/go: add ~amd64-fbsd, ~x86-fbsd keyword.
9
10 Keyword dev-lang/go for FreeBSD x86/amd64.
11
12 Pull-Request: https://github.com/gentoo/gentoo/pull/922
13 Gentoo-Bug: https://bugs.gentoo.org/575510
14 Reporter: Yuta Satoh <nigoro.dev <AT> gmail.com>
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 dev-lang/go/go-1.6-r2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --cc dev-lang/go/go-1.6-r2.ebuild
21 index 46f1ccc,9c21fe2..afea3d7
22 --- a/dev-lang/go/go-1.6-r2.ebuild
23 +++ b/dev-lang/go/go-1.6-r2.ebuild
24 @@@ -39,7 -39,7 +39,7 @@@ els
25 case ${PV} in
26 *9999*|*_rc*) ;;
27 *)
28 - KEYWORDS="-* ~amd64 ~arm64 ~x64-macos"
29 - KEYWORDS="-* ~amd64 ~arm64 ~amd64-fbsd ~x86-fbsd"
30 ++ KEYWORDS="-* ~amd64 ~arm64 ~amd64-fbsd ~x86-fbsd ~x64-macos"
31 ;;
32 esac
33 fi