diff options
author | Sam James <sam@gentoo.org> | 2021-10-11 06:44:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-11 06:44:16 +0100 |
commit | c98fb009ad42ee0cf9a2dd945608b9556516c690 (patch) | |
tree | 1b9eaf30b5b7f9dae8a0a58353d0502238195676 /dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild | |
parent | dev-ml/mtime: Stabilize 1.2.0 ppc64, #817716 (diff) | |
download | gentoo-c98fb009ad42ee0cf9a2dd945608b9556516c690.tar.gz gentoo-c98fb009ad42ee0cf9a2dd945608b9556516c690.tar.bz2 gentoo-c98fb009ad42ee0cf9a2dd945608b9556516c690.zip |
dev-ml/opam-file-format: Stabilize 2.1.3 ppc64, #817728
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild')
-rw-r--r-- | dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild b/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild index 80daf1eaba51..543ba58cd2d1 100644 --- a/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild +++ b/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${ LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |