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/rspec-core/
Date: Sun, 06 Mar 2016 19:08:43
Message-Id: 1457291308.0509db1b0b2c292eb8a405f4dc944cd77e37adbb.graaff@gentoo
1 commit: 0509db1b0b2c292eb8a405f4dc944cd77e37adbb
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 19:05:06 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 19:08:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0509db1b
7
8 dev-ruby/rspec-core: backport ~alpha keyword
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild b/dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild
16 index 58aa02e..eb344ad 100644
17 --- a/dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild
18 +++ b/dev-ruby/rspec-core/rspec-core-3.3.2-r1.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="ruby19 ruby20 ruby21 ruby22"
27 +USE_RUBY="ruby20 ruby21 ruby22"
28
29 RUBY_FAKEGEM_TASK_TEST="none"
30 RUBY_FAKEGEM_TASK_DOC="none"
31 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
32
33 LICENSE="MIT"
34 SLOT="3"
35 -KEYWORDS="~amd64 ~arm ~hppa ~ppc64"
36 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64"
37 IUSE="highlight"
38
39 SUBVERSION="$(get_version_component_range 1-2)"