diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-30 13:08:32 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-30 13:08:32 +0200 |
commit | fdc507d14049724271b54b56007a42f21fbfff12 (patch) | |
tree | e4fb14e5fa29d830d8aa1de1f801710f3f675494 /dev-ruby/x25519 | |
parent | kde-misc/kdiff3: Stabilize 1.9.5 amd64, #836397 (diff) | |
download | gentoo-fdc507d14049724271b54b56007a42f21fbfff12.tar.gz gentoo-fdc507d14049724271b54b56007a42f21fbfff12.tar.bz2 gentoo-fdc507d14049724271b54b56007a42f21fbfff12.zip |
dev-ruby/x25519: Stabilize 1.0.9 amd64, #836409
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/x25519')
-rw-r--r-- | dev-ruby/x25519/x25519-1.0.9.ebuild | 4 |
1 files 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() { |