Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vcard/
Date: Wed, 21 Feb 2018 07:36:55
Message-Id: 1519198551.7d024f5943047a7ee60218679f8441c8242679c5.graaff@gentoo
1 commit: 7d024f5943047a7ee60218679f8441c8242679c5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 07:19:36 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 07:35:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d024f59
7
8 dev-ruby/vcard: add ruby24
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/vcard/vcard-0.2.15.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/vcard/vcard-0.2.15.ebuild b/dev-ruby/vcard/vcard-0.2.15.ebuild
16 index 46a876a4aa5..a3f74a90943 100644
17 --- a/dev-ruby/vcard/vcard-0.2.15.ebuild
18 +++ b/dev-ruby/vcard/vcard-0.2.15.ebuild
19 @@ -1,8 +1,10 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
26 +
27 +# ruby25: not compatible
28 +USE_RUBY="ruby22 ruby23 ruby24"
29
30 # Avoid the complexity of the "rake" recipe and run testrb-2 manually.
31 RUBY_FAKEGEM_RECIPE_TEST=none