diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 13:31:22 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 13:31:47 +0200 |
commit | 1815d49f191046c953b430d5243ed116df5d46f8 (patch) | |
tree | aaf9b061b2116cc6148fd270d3db7365d508bb6b /dev-ml | |
parent | dev-ml/pcre-ocaml: stabilize 7.5.0 for amd64 (diff) | |
download | gentoo-1815d49f191046c953b430d5243ed116df5d46f8.tar.gz gentoo-1815d49f191046c953b430d5243ed116df5d46f8.tar.bz2 gentoo-1815d49f191046c953b430d5243ed116df5d46f8.zip |
dev-ml/ocaml-ssl: stabilize 0.5.13 for amd64
Bug: https://bugs.gentoo.org/901695
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild index 0d6a0e426506..34f96895dae4 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.13.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/savonet/ocaml-ssl/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |