diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-22 16:57:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-22 16:57:16 +0100 |
commit | 169401117562e0940deee373829acf1827edaa1d (patch) | |
tree | cd8968a30df304e9cdc82f1a5c0bcc5a68ffd734 /dev-libs/libsodium | |
parent | dev-python/bcrypt: Tested on ~amd64-fbsd (bug #647562) (diff) | |
download | gentoo-169401117562e0940deee373829acf1827edaa1d.tar.gz gentoo-169401117562e0940deee373829acf1827edaa1d.tar.bz2 gentoo-169401117562e0940deee373829acf1827edaa1d.zip |
dev-libs/libsodium: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-libs/libsodium')
-rw-r--r-- | dev-libs/libsodium/libsodium-1.0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libsodium/libsodium-1.0.16.ebuild b/dev-libs/libsodium/libsodium-1.0.16.ebuild index d4089d0a895d..6144b166e52d 100644 --- a/dev-libs/libsodium/libsodium-1.0.16.ebuild +++ b/dev-libs/libsodium/libsodium-1.0.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz" LICENSE="ISC" SLOT="0/23" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="+asm minimal static-libs +urandom cpu_flags_x86_sse4_1 cpu_flags_x86_aes" PATCHES=( "${FILESDIR}"/${PN}-1.0.10-cpuflags.patch ) |