Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/biopieces/
Date: Sat, 02 Sep 2017 11:55:59
Message-Id: 1504353322.d75563d482ad25f5355ae6f8ee781c612027fc20.soap@gentoo
1 commit: d75563d482ad25f5355ae6f8ee781c612027fc20
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 11:55:22 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 11:55:22 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d75563d4
7
8 sci-biology/biopieces: Update USE_RUBY to fix breakages
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sci-biology/biopieces/biopieces-0.51.ebuild | 4 ++--
13 sci-biology/biopieces/biopieces-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-biology/biopieces/biopieces-0.51.ebuild b/sci-biology/biopieces/biopieces-0.51.ebuild
17 index 6b504cb11..03a9d78cc 100644
18 --- a/sci-biology/biopieces/biopieces-0.51.ebuild
19 +++ b/sci-biology/biopieces/biopieces-0.51.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 PYTHON_COMPAT=( python2_7 )
28
29 -USE_RUBY="ruby20 ruby21"
30 +USE_RUBY="ruby22 ruby23 ruby24"
31
32 if [ "$PV" == "9999" ]; then
33 ESVN_REPO_URI="http://biopieces.googlecode.com/svn/trunk"
34
35 diff --git a/sci-biology/biopieces/biopieces-9999.ebuild b/sci-biology/biopieces/biopieces-9999.ebuild
36 index 6b504cb11..03a9d78cc 100644
37 --- a/sci-biology/biopieces/biopieces-9999.ebuild
38 +++ b/sci-biology/biopieces/biopieces-9999.ebuild
39 @@ -1,11 +1,11 @@
40 -# Copyright 1999-2016 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45
46 PYTHON_COMPAT=( python2_7 )
47
48 -USE_RUBY="ruby20 ruby21"
49 +USE_RUBY="ruby22 ruby23 ruby24"
50
51 if [ "$PV" == "9999" ]; then
52 ESVN_REPO_URI="http://biopieces.googlecode.com/svn/trunk"