diff options
author | 2020-12-13 12:03:35 +0000 | |
---|---|---|
committer | 2020-12-13 12:03:35 +0000 | |
commit | 670f05b4fdd6afc0677a01277ae5a57735c0cd0e (patch) | |
tree | b1e891c10acc023a4180af4212003abdc05aabe0 /dev-ml | |
parent | dev-ml/dune: stable 2.7.1 for ppc (diff) | |
download | gentoo-670f05b4fdd6afc0677a01277ae5a57735c0cd0e.tar.gz gentoo-670f05b4fdd6afc0677a01277ae5a57735c0cd0e.tar.bz2 gentoo-670f05b4fdd6afc0677a01277ae5a57735c0cd0e.zip |
dev-ml/cppo: stable 1.6.6 for ppc
stable wrt bug #757444 (STABLEREQ)
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/cppo/cppo-1.6.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild index f19e034346dd..320c0464d7fa 100644 --- a/dev-ml/cppo/cppo-1.6.6.ebuild +++ b/dev-ml/cppo/cppo-1.6.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t SLOT="0/${PV}" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86" IUSE="+ocamlopt" |