diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-03-06 20:05:06 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-03-06 20:08:28 +0100 |
commit | 0509db1b0b2c292eb8a405f4dc944cd77e37adbb (patch) | |
tree | a481e37b6a2e496f730ddaf98bb90d242d1b0439 /dev-ruby/rspec-core | |
parent | dev-ruby/rspec-core: cleanup (diff) | |
download | gentoo-0509db1b0b2c292eb8a405f4dc944cd77e37adbb.tar.gz gentoo-0509db1b0b2c292eb8a405f4dc944cd77e37adbb.tar.bz2 gentoo-0509db1b0b2c292eb8a405f4dc944cd77e37adbb.zip |
dev-ruby/rspec-core: backport ~alpha keyword
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 index 58aa02ea66ce..eb344adeab13 100644 --- a/dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.3.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="none" RUBY_FAKEGEM_TASK_DOC="none" @@ -23,7 +23,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64" IUSE="highlight" SUBVERSION="$(get_version_component_range 1-2)" |