diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-02-15 13:29:36 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-15 13:36:30 -0500 |
commit | cd0422078016004abb9a6880b0701a4895a036b7 (patch) | |
tree | 03bef7d2d3bda787eff7731c14162258bf3254f3 /dev-ml | |
parent | dev-ml/camlp5: Drop alpha keywords (diff) | |
download | gentoo-cd0422078016004abb9a6880b0701a4895a036b7.tar.gz gentoo-cd0422078016004abb9a6880b0701a4895a036b7.tar.bz2 gentoo-cd0422078016004abb9a6880b0701a4895a036b7.zip |
dev-ml/facile: Drop alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/facile/facile-1.1.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/facile/facile-1.1.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/facile/facile-1.1.3-r1.ebuild b/dev-ml/facile/facile-1.1.3-r1.ebuild index ab98186bbd79..c70362927300 100644 --- a/dev-ml/facile/facile-1.1.3-r1.ebuild +++ b/dev-ml/facile/facile-1.1.3-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://opti.recherche.enac.fr/facile/distrib/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~ppc ppc64 x86" +KEYWORDS="amd64 arm64 ~hppa ~ia64 ~ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" diff --git a/dev-ml/facile/facile-1.1.4.ebuild b/dev-ml/facile/facile-1.1.4.ebuild index d3e4a42f5a4d..85e20161efcb 100644 --- a/dev-ml/facile/facile-1.1.4.ebuild +++ b/dev-ml/facile/facile-1.1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Emmanuel-PLF/${PN}/releases/download/${PV}/${P}.tbz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" |