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/ruby_parser/
Date: Sun, 02 Feb 2020 15:47:10
Message-Id: 1580657784.3e1066edb4913093cdd84cdde2b445d31db04ab7.graaff@gentoo
1 commit: 3e1066edb4913093cdd84cdde2b445d31db04ab7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 11:31:14 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 15:36:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1066ed
7
8 dev-ruby/ruby_parser: add ruby27, remove obsolete blocker
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/ruby_parser/ruby_parser-3.14.1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/ruby_parser/ruby_parser-3.14.1.ebuild b/dev-ruby/ruby_parser/ruby_parser-3.14.1.ebuild
17 index 36c19efb7fc..1e3db30d65c 100644
18 --- a/dev-ruby/ruby_parser/ruby_parser-3.14.1.ebuild
19 +++ b/dev-ruby/ruby_parser/ruby_parser-3.14.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -17,8 +17,7 @@ SLOT="3"
27 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
28 IUSE=""
29
30 -ruby_add_rdepend ">=dev-ruby/sexp_processor-4.9.0:4
31 - !<dev-ruby/ruby_parser-2.3.1-r1"
32 +ruby_add_rdepend ">=dev-ruby/sexp_processor-4.9.0:4"
33
34 ruby_add_bdepend "test? ( dev-ruby/racc >=dev-ruby/minitest-4.3 >=dev-ruby/sexp_processor-4.13.0:4 )"