diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-02-04 18:23:56 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-02-04 18:23:56 +0100 |
commit | 2aba14aea6fe18d441ffc2369aa125d97f26a82c (patch) | |
tree | 0142982caeb64635fbfc2a365b55d09fa9431a00 /dev-ml/camlp5 | |
parent | dev-ml/camlp4: add alpha keyword (diff) | |
download | gentoo-2aba14aea6fe18d441ffc2369aa125d97f26a82c.tar.gz gentoo-2aba14aea6fe18d441ffc2369aa125d97f26a82c.tar.bz2 gentoo-2aba14aea6fe18d441ffc2369aa125d97f26a82c.zip |
dev-ml/camlp5: add alpha keyword
Gentoo-Bug: 463018
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/camlp5-6.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlp5/camlp5-6.14.ebuild b/dev-ml/camlp5/camlp5-6.14.ebuild index 30e029a6d4e9..1300c328ed71 100644 --- a/dev-ml/camlp5/camlp5-6.14.ebuild +++ b/dev-ml/camlp5/camlp5-6.14.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://camlp5.gforge.inria.fr/distrib/src/${MY_P}.tgz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]" |