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/rbpdf/
Date: Sun, 28 Aug 2016 23:15:22
Message-Id: 1472426101.39cb7bf9fa82926fe6816685b27f8fdc7c3d6af1.mrueg@gentoo
1 commit: 39cb7bf9fa82926fe6816685b27f8fdc7c3d6af1
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 23:15:01 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 23:15:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cb7bf9
7
8 dev-ruby/rbpdf: Add ruby22
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/rbpdf/rbpdf-1.19.0.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/rbpdf/rbpdf-1.19.0.ebuild b/dev-ruby/rbpdf/rbpdf-1.19.0.ebuild
16 index ab943ae..7c6ab05 100644
17 --- a/dev-ruby/rbpdf/rbpdf-1.19.0.ebuild
18 +++ b/dev-ruby/rbpdf/rbpdf-1.19.0.ebuild
19 @@ -1,11 +1,10 @@
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
27 -# ruby22 support waiting on dev-ruby/action{pack,view}.
28 -USE_RUBY="ruby20 ruby21"
29 +USE_RUBY="ruby20 ruby21 ruby22"
30
31 # Avoid the complexity of the "rake" recipe and run the tests manually.
32 RUBY_FAKEGEM_RECIPE_TEST=none