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/rbnacl/
Date: Sun, 11 Feb 2018 21:56:39
Message-Id: 1518386169.00b78e44e67c75492671ac3287ef770e9e10a4e6.whissi@gentoo
1 commit: 00b78e44e67c75492671ac3287ef770e9e10a4e6
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 11 21:48:27 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 21:56:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b78e44
7
8 dev-ruby/rbnacl: x86 keyworded (bug #611168)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/rbnacl/rbnacl-4.0.2.ebuild | 4 ++--
13 dev-ruby/rbnacl/rbnacl-5.0.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
17 index 9a21d0ad14e..005d941df59 100644
18 --- a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
19 +++ b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl"
27
28 LICENSE="MIT"
29 SLOT="4"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 RDEPEND+=" dev-libs/libsodium"
35
36 diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
37 index eb435dee8db..cce62e8b619 100644
38 --- a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
39 +++ b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl"
47
48 LICENSE="MIT"
49 SLOT="5"
50 -KEYWORDS="~amd64"
51 +KEYWORDS="~amd64 ~x86"
52 IUSE=""
53
54 RDEPEND+=" dev-libs/libsodium"