diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-03-30 10:07:35 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-03-31 07:39:24 +0200 |
commit | 0348cdf46eee06f3c66b40b2729ad394ee77d61b (patch) | |
tree | b538791bf190897560ca4cf92363985a4ccd3860 /dev-ruby/ed25519 | |
parent | dev-ruby/ed25519: add 1.3.0 (diff) | |
download | gentoo-0348cdf46eee06f3c66b40b2729ad394ee77d61b.tar.gz gentoo-0348cdf46eee06f3c66b40b2729ad394ee77d61b.tar.bz2 gentoo-0348cdf46eee06f3c66b40b2729ad394ee77d61b.zip |
dev-ruby/ed25519: stabilize 1.2.4-r1 for amd64, ppc, ppc64, x86
Stable on arches since this there are no code changes in this revision.
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ed25519')
-rw-r--r-- | dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild b/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild index 3b2578925016..08e98bf86a2b 100644 --- a/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild +++ b/dev-ruby/ed25519/ed25519-1.2.4-r1.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=7 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ppc ppc64 x86" IUSE="" all_ruby_prepare() { |