diff options
Diffstat (limited to 'dev-ml/core')
| -rw-r--r-- | dev-ml/core/core-0.14.0-r3.ebuild | 2 | ||||
| -rw-r--r-- | dev-ml/core/metadata.xml | 21 |
2 files changed, 12 insertions, 11 deletions
diff --git a/dev-ml/core/core-0.14.0-r3.ebuild b/dev-ml/core/core-0.14.0-r3.ebuild index 1b96bf728cb4..20d82f66a22e 100644 --- a/dev-ml/core/core-0.14.0-r3.ebuild +++ b/dev-ml/core/core-0.14.0-r3.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 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86" IUSE="ocamlopt" # TODO: Wants quickcheck_deprecated? diff --git a/dev-ml/core/metadata.xml b/dev-ml/core/metadata.xml index 8957be334536..fb64848e9557 100644 --- a/dev-ml/core/metadata.xml +++ b/dev-ml/core/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>ml@gentoo.org</email> - <name>ML</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <longdescription lang="en"> Core is Jane Street Capital's Ocaml standard library overlay. It provides tail recursive versions of non tail recursive functions in the standard library, changes the signature of many of the standard @@ -14,7 +14,8 @@ Core_extended adds new functionality, but is only code reviewed on an ad-hoc basis. </longdescription> - <upstream> - <remote-id type="github">janestreet/core</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">janestreet/core</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
