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, 05 Jun 2019 08:37:25
Message-Id: 1559723811.490a4574d863b214b4585fba49ca59e8e8fbcf9c.grobian@gentoo
1 commit: 490a4574d863b214b4585fba49ca59e8e8fbcf9c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 08:30:55 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 08:36:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490a4574
7
8 app-crypt/libb2: unset USE=native-clags by default
9
10 Closes: https://bugs.gentoo.org/687412
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12 Package-Manager: Portage-2.3.66, Repoman-2.3.11
13
14 app-crypt/libb2/libb2-0.98.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-crypt/libb2/libb2-0.98.1.ebuild b/app-crypt/libb2/libb2-0.98.1.ebuild
18 index b1b9368d083..3212a3234b0 100644
19 --- a/app-crypt/libb2/libb2-0.98.1.ebuild
20 +++ b/app-crypt/libb2/libb2-0.98.1.ebuild
21 @@ -13,7 +13,8 @@ SRC_URI="https://github.com/BLAKE2/libb2/archive/${GITHASH}.tar.gz -> ${P}.tar.g
22 LICENSE="CC0-1.0"
23 SLOT="0"
24 KEYWORDS="~amd64 ~hppa ~ppc64 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
25 -IUSE="static +native-cflags openmp"
26 +KEYWORDS="~amd64 ~hppa ~ppc64 ~x64-macos ~sparc-solaris ~x64-solaris"
27 +IUSE="static native-cflags openmp"
28
29 DEPEND="
30 openmp? (