diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:31:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:31:37 +0000 |
commit | 054908fd0994ecccac1cb3832288dd4a3e6e03ed (patch) | |
tree | 1a318e14a6cb9b4c62c4b0c20eb982689c31c0c0 /dev-ml/camlp5 | |
parent | dev-ml/cppo: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-054908fd0994ecccac1cb3832288dd4a3e6e03ed.tar.gz gentoo-054908fd0994ecccac1cb3832288dd4a3e6e03ed.tar.bz2 gentoo-054908fd0994ecccac1cb3832288dd4a3e6e03ed.zip |
dev-ml/camlp5: ppc64 keyworded (bug #748576)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/camlp5-7.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlp5/camlp5-7.12.ebuild b/dev-ml/camlp5/camlp5-7.12.ebuild index 793785bf9fd0..5b42e456fdf2 100644 --- a/dev-ml/camlp5/camlp5-7.12.ebuild +++ b/dev-ml/camlp5/camlp5-7.12.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="doc +ocamlopt" DEPEND=" |