diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-10-31 02:44:26 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-10-31 02:44:26 +0100 |
commit | 3b9916ba09d2e351383034143f4dbf63f542f1cf (patch) | |
tree | ae2b8e96587887cb39b8a468b44c0529865e2676 /dev-ruby/omniauth | |
parent | dev-ruby/shoulda-matchers: Add ruby23, drop ~ppc (diff) | |
download | gentoo-3b9916ba09d2e351383034143f4dbf63f542f1cf.tar.gz gentoo-3b9916ba09d2e351383034143f4dbf63f542f1cf.tar.bz2 gentoo-3b9916ba09d2e351383034143f4dbf63f542f1cf.zip |
dev-ruby/omniauth: Add ruby23
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ruby/omniauth')
-rw-r--r-- | dev-ruby/omniauth/omniauth-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/omniauth/omniauth-1.3.1.ebuild b/dev-ruby/omniauth/omniauth-1.3.1.ebuild index 86f9ee6fd165..d261c514180a 100644 --- a/dev-ruby/omniauth/omniauth-1.3.1.ebuild +++ b/dev-ruby/omniauth/omniauth-1.3.1.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="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_TEST="rspec" |