diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:33:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:33:57 +0000 |
commit | 8a99f934893572d2a85b66d436c91c10ad695590 (patch) | |
tree | 397fba04d078fbef123a5e0bfee99af702dc57de /dev-ml/camlzip | |
parent | dev-ml/camlbz2: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-8a99f934893572d2a85b66d436c91c10ad695590.tar.gz gentoo-8a99f934893572d2a85b66d436c91c10ad695590.tar.bz2 gentoo-8a99f934893572d2a85b66d436c91c10ad695590.zip |
dev-ml/camlzip: 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/camlzip')
-rw-r--r-- | dev-ml/camlzip/camlzip-1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlzip/camlzip-1.10.ebuild b/dev-ml/camlzip/camlzip-1.10.ebuild index 3c2f03701419..1a6a83c86396 100644 --- a/dev-ml/camlzip/camlzip-1.10.ebuild +++ b/dev-ml/camlzip/camlzip-1.10.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/xavierleroy/camlzip/archive/rel$(ver_rs 1- '').tar.g SLOT="1/${PV}" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ppc x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86" RDEPEND=">=dev-lang/ocaml-4.05:=[ocamlopt?] >=sys-libs/zlib-1.1.3" |