diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-06-05 10:30:55 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-06-05 10:36:51 +0200 |
commit | 490a4574d863b214b4585fba49ca59e8e8fbcf9c (patch) | |
tree | 075d004f81e31841358b1d8fbdc6b0b0eaf623ff /app-crypt | |
parent | app-crypt/libb2: add ~amd64-linux ~x86-linux keywords (diff) | |
download | gentoo-490a4574d863b214b4585fba49ca59e8e8fbcf9c.tar.gz gentoo-490a4574d863b214b4585fba49ca59e8e8fbcf9c.tar.bz2 gentoo-490a4574d863b214b4585fba49ca59e8e8fbcf9c.zip |
app-crypt/libb2: unset USE=native-clags by default
Closes: https://bugs.gentoo.org/687412
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libb2/libb2-0.98.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/libb2/libb2-0.98.1.ebuild b/app-crypt/libb2/libb2-0.98.1.ebuild index b1b9368d0835..3212a3234b03 100644 --- a/app-crypt/libb2/libb2-0.98.1.ebuild +++ b/app-crypt/libb2/libb2-0.98.1.ebuild @@ -13,7 +13,8 @@ SRC_URI="https://github.com/BLAKE2/libb2/archive/${GITHASH}.tar.gz -> ${P}.tar.g LICENSE="CC0-1.0" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc64 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris" -IUSE="static +native-cflags openmp" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x64-macos ~sparc-solaris ~x64-solaris" +IUSE="static native-cflags openmp" DEPEND=" openmp? ( |