diff options
author | 2021-11-15 20:41:04 +0100 | |
---|---|---|
committer | 2021-11-15 20:41:43 +0100 | |
commit | 31630c0a01da92087d2362362c7e6f160bb81204 (patch) | |
tree | ce6c5f6a7d470cb313dc2c29ebf7c68ff8bdf885 /dev-ml | |
parent | app-doc/doxygen: ppc64 stable wrt bug #768921 (diff) | |
download | gentoo-31630c0a01da92087d2362362c7e6f160bb81204.tar.gz gentoo-31630c0a01da92087d2362362c7e6f160bb81204.tar.bz2 gentoo-31630c0a01da92087d2362362c7e6f160bb81204.zip |
dev-ml/ppx_typerep_conv: ppc64 stable wrt bug #817734
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild index 488df5ea0bd7..5f37cd6d75cb 100644 --- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild +++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" DEPEND=" |