Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ed25519/
Date: Thu, 31 Mar 2022 05:39:40
Message-Id: 1648705164.0348cdf46eee06f3c66b40b2729ad394ee77d61b.graaff@gentoo
1 commit: 0348cdf46eee06f3c66b40b2729ad394ee77d61b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 08:07:35 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 05:39:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0348cdf4
7
8 dev-ruby/ed25519: stabilize 1.2.4-r1 for amd64, ppc, ppc64, x86
9
10 Stable on arches since this there are no code changes in this revision.
11
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild b/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild
18 index 3b2578925016..08e98bf86a2b 100644
19 --- a/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild
20 +++ b/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
28
29 LICENSE="MIT"
30 SLOT="1"
31 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
32 +KEYWORDS="amd64 ~arm ppc ppc64 x86"
33 IUSE=""
34
35 all_ruby_prepare() {