diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-09 21:37:28 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-03-09 22:31:39 +0100 |
commit | af8367aa4e739b5a4a53dcdf0a081beb8d6ec287 (patch) | |
tree | 4227c7d5c1abadc228f2304270d162342fa9e32f /dev-ml/result | |
parent | dev-ml/ocaml-autoconf: keyword ~arm (diff) | |
download | gentoo-af8367aa4e739b5a4a53dcdf0a081beb8d6ec287.tar.gz gentoo-af8367aa4e739b5a4a53dcdf0a081beb8d6ec287.tar.bz2 gentoo-af8367aa4e739b5a4a53dcdf0a081beb8d6ec287.zip |
dev-ml/result: keyword ~arm
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-ml/result')
-rw-r--r-- | dev-ml/result/result-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/result/result-1.2.ebuild b/dev-ml/result/result-1.2.ebuild index 6c3e40284d83..a77e674fd3bf 100644 --- a/dev-ml/result/result-1.2.ebuild +++ b/dev-ml/result/result-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/result/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" IUSE="+ocamlopt" RDEPEND="dev-lang/ocaml:=[ocamlopt?]" |