diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:22:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:22:30 +0000 |
commit | 74cf9a7398f84e9582246af93cbc0bdf59366026 (patch) | |
tree | a6f5e54cd9c4405d1deb58c5dc842e234c5c606a /dev-ml/mccs | |
parent | dev-ml/opam-repository: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-74cf9a7398f84e9582246af93cbc0bdf59366026.tar.gz gentoo-74cf9a7398f84e9582246af93cbc0bdf59366026.tar.bz2 gentoo-74cf9a7398f84e9582246af93cbc0bdf59366026.zip |
dev-ml/mccs: 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/mccs')
-rw-r--r-- | dev-ml/mccs/mccs-1.1.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/mccs/mccs-1.1.11.ebuild b/dev-ml/mccs/mccs-1.1.11.ebuild index 4bb5ac0a3af0..b59ff733fe80 100644 --- a/dev-ml/mccs/mccs-1.1.11.ebuild +++ b/dev-ml/mccs/mccs-1.1.11.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/AltGr/ocaml-mccs/archive/${MY_PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |