diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-15 18:24:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-15 18:24:33 +0300 |
commit | 9d867bd2410b80ce0c67b2681c59306e94e37a36 (patch) | |
tree | 4d9d2e4dd56c0c76ad89ab14e9e2d6a1f64574d8 /dev-ml/camlidl | |
parent | dev-ml/camlbz2: Stabilize 0.8.0-r1 x86, #941576 (diff) | |
download | gentoo-9d867bd2410b80ce0c67b2681c59306e94e37a36.tar.gz gentoo-9d867bd2410b80ce0c67b2681c59306e94e37a36.tar.bz2 gentoo-9d867bd2410b80ce0c67b2681c59306e94e37a36.zip |
dev-ml/camlidl: Stabilize 1.12 x86, #941576
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/camlidl')
-rw-r--r-- | dev-ml/camlidl/camlidl-1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlidl/camlidl-1.12.ebuild b/dev-ml/camlidl/camlidl-1.12.ebuild index 4d5480e186b7..9bdaa498acf1 100644 --- a/dev-ml/camlidl/camlidl-1.12.ebuild +++ b/dev-ml/camlidl/camlidl-1.12.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}-${PN}$(ver_rs 0-1 '') LICENSE="QPL-1.0 LGPL-2" SLOT="0/${PV}" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" DEPEND="dev-lang/ocaml:=[ocamlopt]" RDEPEND="${DEPEND}" |