Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ed25519/
Date: Mon, 01 Oct 2018 22:42:58
Message-Id: 1538433759.3677774cbf77e6d422d7ee00d4d55df4055419ff.whissi@gentoo
1 commit: 3677774cbf77e6d422d7ee00d4d55df4055419ff
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 22:40:45 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 22:42:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3677774c
7
8 dev-ruby/ed25519: x86 keyworded (bug #667070)
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 dev-ruby/ed25519/ed25519-1.2.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
17 index ad1b52d61a5..12c3544c6c0 100644
18 --- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
19 +++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
27
28 LICENSE="MIT"
29 SLOT="1"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 all_ruby_prepare() {