diff options
author | 2021-10-11 14:16:11 +0200 | |
---|---|---|
committer | 2021-10-11 14:16:11 +0200 | |
commit | 7c861792cb8c45dc183e9a2ba0d455f761b92f40 (patch) | |
tree | 0b6e93d416075e059799468b3d0a1632058748cd /dev-ml/cinaps | |
parent | dev-ml/mtime: ppc stable wrt bug #817716 (diff) | |
download | gentoo-7c861792cb8c45dc183e9a2ba0d455f761b92f40.tar.gz gentoo-7c861792cb8c45dc183e9a2ba0d455f761b92f40.tar.bz2 gentoo-7c861792cb8c45dc183e9a2ba0d455f761b92f40.zip |
dev-ml/cinaps: ppc stable wrt bug #817719
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-ml/cinaps')
-rw-r--r-- | dev-ml/cinaps/cinaps-0.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/cinaps/cinaps-0.15.1.ebuild b/dev-ml/cinaps/cinaps-0.15.1.ebuild index beef48458589..8f0692fd1bd3 100644 --- a/dev-ml/cinaps/cinaps-0.15.1.ebuild +++ b/dev-ml/cinaps/cinaps-0.15.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-ppx/cinaps/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 test" RESTRICT="!test? ( test )" |