diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-09 00:47:32 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-09 00:57:37 +0100 |
commit | 347cc1e94bfc2c1d7a71ed7c24eafb6680911e72 (patch) | |
tree | 98d96845209ca6366253c2f10916e04e48e88a03 /dev-ml/cryptokit | |
parent | media-libs/libffado: x86 keyworded (bug #622718) (diff) | |
download | gentoo-347cc1e94bfc2c1d7a71ed7c24eafb6680911e72.tar.gz gentoo-347cc1e94bfc2c1d7a71ed7c24eafb6680911e72.tar.bz2 gentoo-347cc1e94bfc2c1d7a71ed7c24eafb6680911e72.zip |
dev-ml/cryptokit: x86 keyworded (bug #596862)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ml/cryptokit')
-rw-r--r-- | dev-ml/cryptokit/cryptokit-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cryptokit/cryptokit-1.11.ebuild b/dev-ml/cryptokit/cryptokit-1.11.ebuild index 076b337d683c..bf0d90a57e84 100644 --- a/dev-ml/cryptokit/cryptokit-1.11.ebuild +++ b/dev-ml/cryptokit/cryptokit-1.11.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="5" @@ -13,7 +13,7 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/cryptokit/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1618/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="zlib" DEPEND="zlib? ( >=sys-libs/zlib-1.1 ) |