Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/puma/
Date: Wed, 07 Feb 2018 05:52:07
Message-Id: 1517982672.ec59a8b4477389c35855d4e1a3a0eb758460c1f2.whissi@gentoo
1 commit: ec59a8b4477389c35855d4e1a3a0eb758460c1f2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 05:30:40 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 05:51:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec59a8b4
7
8 www-servers/puma: x86 keyworded (bug #624234)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 www-servers/puma/puma-3.11.0.ebuild | 2 +-
13 www-servers/puma/puma-3.11.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-servers/puma/puma-3.11.0.ebuild b/www-servers/puma/puma-3.11.0.ebuild
17 index c9409bdf937..508ebe0afee 100644
18 --- a/www-servers/puma/puma-3.11.0.ebuild
19 +++ b/www-servers/puma/puma-3.11.0.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="3"
24 -KEYWORDS="amd64 ~arm ~arm64"
25 +KEYWORDS="amd64 ~arm ~arm64 ~x86"
26 IUSE=""
27
28 DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
29
30 diff --git a/www-servers/puma/puma-3.11.2.ebuild b/www-servers/puma/puma-3.11.2.ebuild
31 index 658c82f7e47..412f4c48422 100644
32 --- a/www-servers/puma/puma-3.11.2.ebuild
33 +++ b/www-servers/puma/puma-3.11.2.ebuild
34 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35
36 LICENSE="BSD"
37 SLOT="3"
38 -KEYWORDS="~amd64 ~arm ~arm64"
39 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
40 IUSE=""
41
42 DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"