diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 15:06:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 15:06:20 +0300 |
commit | 8e749a14ddb057a7189e7f2eed9ee91de3a0e0cb (patch) | |
tree | 321876286c1faead2d6e3294166e610a62ff410e /dev-ml/ocaml-ssl | |
parent | dev-ml/ocaml-ctypes: Stabilize 0.21.1-r2 arm64, #933839 (diff) | |
download | gentoo-8e749a14ddb057a7189e7f2eed9ee91de3a0e0cb.tar.gz gentoo-8e749a14ddb057a7189e7f2eed9ee91de3a0e0cb.tar.bz2 gentoo-8e749a14ddb057a7189e7f2eed9ee91de3a0e0cb.zip |
dev-ml/ocaml-ssl: Stabilize 0.7.0 arm64, #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 | 4 |
1 files changed, 2 insertions, 2 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 62d40f51f91d..2cd03f77a507 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |