commit: fdc507d14049724271b54b56007a42f21fbfff12 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Wed Mar 30 11:08:32 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Mar 30 11:08:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc507d1
dev-ruby/x25519: Stabilize 1.0.9 amd64, #836409 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-ruby/x25519/x25519-1.0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/x25519/x25519-1.0.9.ebuild b/dev-ruby/x25519/x25519-1.0.9.ebuild index f00eb3f62157..4fcd86a05d77 100644 --- a/dev-ruby/x25519/x25519-1.0.9.ebuild +++ b/dev-ruby/x25519/x25519-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/crypto-rb/x25519/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" all_ruby_prepare() {
