diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2017-02-23 04:14:17 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2017-02-23 04:14:17 +0300 |
commit | 174a2461ec2cf1f3330bfa3d4933cc612246cc2f (patch) | |
tree | e3df97c641afb4c90a572f940ba9404bcc593d05 /dev-ml/zarith | |
parent | net-proxy/privoxy: drop old (diff) | |
download | gentoo-174a2461ec2cf1f3330bfa3d4933cc612246cc2f.tar.gz gentoo-174a2461ec2cf1f3330bfa3d4933cc612246cc2f.tar.bz2 gentoo-174a2461ec2cf1f3330bfa3d4933cc612246cc2f.zip |
dev-ml/zarith: fix bug 585026
Keyword on ~x86.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'dev-ml/zarith')
-rw-r--r-- | dev-ml/zarith/zarith-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/zarith/zarith-1.4.1.ebuild b/dev-ml/zarith/zarith-1.4.1.ebuild index 6c958607ea7e..d82e4a867fa7 100644 --- a/dev-ml/zarith/zarith-1.4.1.ebuild +++ b/dev-ml/zarith/zarith-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://forge.ocamlcore.org/frs/download.php/1574/${P}.tgz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="doc mpir +ocamlopt" RDEPEND=" |