Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libb2/
Date: Wed, 28 Feb 2018 18:59:53
Message-Id: 1519844373.462563e8dea18962bae2ba7f7ebbc8c192e68346.grobian@gentoo
1 commit: 462563e8dea18962bae2ba7f7ebbc8c192e68346
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 28 18:59:11 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 28 18:59:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462563e8
7
8 app-crypt/libb2: marked ~x64-{macos,solaris}
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-crypt/libb2/libb2-0.98.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/libb2/libb2-0.98.ebuild b/app-crypt/libb2/libb2-0.98.ebuild
16 index b42921bc69d..6fc106ac476 100644
17 --- a/app-crypt/libb2/libb2-0.98.ebuild
18 +++ b/app-crypt/libb2/libb2-0.98.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/BLAKE2/libb2/archive/${GITHASH}.tar.gz -> ${P}.tar.g
26
27 LICENSE="CC0-1.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc64"
30 +KEYWORDS="~amd64 ~ppc64 ~x64-macos ~x64-solaris"
31 IUSE="static native-cflags"
32
33 DEPEND=""