Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/filesize/
Date: Sat, 29 Oct 2016 13:48:56
Message-Id: 1477748919.fbd0b04c664c4291a61419b1cd67f59d81c6a324.mrueg@gentoo
1 commit: fbd0b04c664c4291a61419b1cd67f59d81c6a324
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 13:48:11 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 13:48:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd0b04c
7
8 dev-ruby/filesize: Add ruby23, drop ~x86 keyword
9
10 Package-Manager: portage-2.3.2
11
12 dev-ruby/filesize/filesize-0.1.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 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 ba00a8b..b655544 100644
17 --- a/dev-ruby/filesize/filesize-0.1.1.ebuild
18 +++ b/dev-ruby/filesize/filesize-0.1.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -USE_RUBY="ruby20 ruby21 ruby22"
27 +USE_RUBY="ruby20 ruby21 ruby22 ruby23"
28
29 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
30
31 @@ -17,5 +17,5 @@ HOMEPAGE="https://github.com/dominikh/filesize"
32
33 LICENSE="MIT"
34 SLOT="${PV}"
35 -KEYWORDS="~amd64 ~arm ~x86"
36 +KEYWORDS="~amd64 ~arm"
37 IUSE=""