summaryrefslogtreecommitdiff
path: root/dev-ml/integers
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-02-11 22:45:21 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-11 22:56:01 +0100
commit373ea8f6349f611fba48c7b4e61ef28f3f0cc986 (patch)
tree3237fdca56cd9e118ba8b3382955a6d2cc78f85a /dev-ml/integers
parent7fa64fbd1e4b649264b7b9efd97ff1cacef6dc69 (diff)
downloadgentoo-373ea8f6349f611fba48c7b4e61ef28f3f0cc986.tar.gz
gentoo-373ea8f6349f611fba48c7b4e61ef28f3f0cc986.tar.xz
dev-ml/integers: x86 keyworded (bug #619536)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ml/integers')
-rw-r--r--dev-ml/integers/integers-0.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/integers/integers-0.2.2.ebuild b/dev-ml/integers/integers-0.2.2.ebuild
index 224d5da47da..4c499913430 100644
--- a/dev-ml/integers/integers-0.2.2.ebuild
+++ b/dev-ml/integers/integers-0.2.2.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
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocamllabs/ocaml-integers/releases/download/v${PV}/${
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND="dev-lang/ocaml:="