diff options
author | 2024-06-09 21:10:33 +0300 | |
---|---|---|
committer | 2024-06-09 21:10:33 +0300 | |
commit | 9b964d949936f8dc464937f51a61bc7a99002289 (patch) | |
tree | 3928c31dc5b3b6e28fa43fb55283341da394cba5 /dev-ml/ocaml-ssl | |
parent | dev-ml/ocaml-ctypes: Stabilize 0.21.1-r2 amd64, #933839 (diff) | |
download | gentoo-9b964d949936f8dc464937f51a61bc7a99002289.tar.gz gentoo-9b964d949936f8dc464937f51a61bc7a99002289.tar.bz2 gentoo-9b964d949936f8dc464937f51a61bc7a99002289.zip |
dev-ml/ocaml-ssl: Stabilize 0.7.0 amd64, #933839
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-ssl')
-rw-r--r-- | dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild index 94ef775ba4a6..149a36a3e951 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/savonet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 arm arm64 ~ppc ~x86" + KEYWORDS="amd64 arm arm64 ~ppc ~x86" fi LICENSE="LGPL-2.1" |