diff options
author | 2018-02-28 19:59:11 +0100 | |
---|---|---|
committer | 2018-02-28 19:59:33 +0100 | |
commit | 462563e8dea18962bae2ba7f7ebbc8c192e68346 (patch) | |
tree | ba428ebfb75efe5fead503e83de6b5b51f514a6b /app-crypt/libb2 | |
parent | profiles: arm: stable-mask app-admin/collectd[collectd_plugins_gps] (diff) | |
download | gentoo-462563e8dea18962bae2ba7f7ebbc8c192e68346.tar.gz gentoo-462563e8dea18962bae2ba7f7ebbc8c192e68346.tar.bz2 gentoo-462563e8dea18962bae2ba7f7ebbc8c192e68346.zip |
app-crypt/libb2: marked ~x64-{macos,solaris}
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-crypt/libb2')
-rw-r--r-- | app-crypt/libb2/libb2-0.98.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/libb2/libb2-0.98.ebuild b/app-crypt/libb2/libb2-0.98.ebuild index b42921bc69d2..6fc106ac4769 100644 --- a/app-crypt/libb2/libb2-0.98.ebuild +++ b/app-crypt/libb2/libb2-0.98.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/BLAKE2/libb2/archive/${GITHASH}.tar.gz -> ${P}.tar.g LICENSE="CC0-1.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~ppc64 ~x64-macos ~x64-solaris" IUSE="static native-cflags" DEPEND="" |