diff options
author | Sam James <sam@gentoo.org> | 2021-10-11 06:43:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-11 06:43:31 +0100 |
commit | 483305fcff763b78cbae67d42359b2526a0e9680 (patch) | |
tree | b0103f77622231ef5add8e00d83b1cb18386efe9 /dev-ml/opam-file-format | |
parent | dev-ml/ppx_expect: Stabilize 0.14.1 amd64, #817731 (diff) | |
download | gentoo-483305fcff763b78cbae67d42359b2526a0e9680.tar.gz gentoo-483305fcff763b78cbae67d42359b2526a0e9680.tar.bz2 gentoo-483305fcff763b78cbae67d42359b2526a0e9680.zip |
dev-ml/opam-file-format: Stabilize 2.1.3 amd64, #817728
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-file-format')
-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 fe3328205eeb..80daf1eaba51 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 )" |