Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/filesize/
Date: Tue, 31 Jul 2018 01:54:54
Message-Id: 1533002068.f8daa596e01212ff3414352d1f8e03b56077c746.zerochaos@gentoo
1 commit: f8daa596e01212ff3414352d1f8e03b56077c746
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 31 01:54:28 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 01:54:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8daa596
7
8 dev-ruby/filesize: adding x86 and eapi bump
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-ruby/filesize/filesize-0.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/filesize/filesize-0.1.1.ebuild b/dev-ruby/filesize/filesize-0.1.1.ebuild
16 index 553f3295094..d0230b3fd31 100644
17 --- a/dev-ruby/filesize/filesize-0.1.1.ebuild
18 +++ b/dev-ruby/filesize/filesize-0.1.1.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25 USE_RUBY="ruby22 ruby23 ruby24"
26
27 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
28 @@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/dominikh/filesize"
29
30 LICENSE="MIT"
31 SLOT="${PV}"
32 -KEYWORDS="~amd64 ~arm"
33 +KEYWORDS="~amd64 ~arm ~x86"
34 IUSE=""