diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-04-11 06:54:18 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-04-11 07:12:08 +0200 |
commit | 27e99743e54d127ec750ba8ebfc5c546cb27893d (patch) | |
tree | 1d3e22cd4e68fad456a126744b916291b1754885 | |
parent | 77ef8424477b50261f6293104d342a92f3a254b2 (diff) | |
download | gentoo-27e99743e54d127ec750ba8ebfc5c546cb27893d.tar.gz gentoo-27e99743e54d127ec750ba8ebfc5c546cb27893d.tar.xz |
dev-ruby/patron: mark ruby21 revision stable
Package-Manager: portage-2.2.26
-rw-r--r-- | dev-ruby/patron/patron-0.4.18-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/patron/patron-0.4.18-r2.ebuild b/dev-ruby/patron/patron-0.4.18-r2.ebuild index 48d60132d80..cdb11f91dcf 100644 --- a/dev-ruby/patron/patron-0.4.18-r2.ebuild +++ b/dev-ruby/patron/patron-0.4.18-r2.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="spec" RUBY_FAKEGEM_EXTRADOC="README.txt" @@ -15,7 +15,7 @@ HOMEPAGE="https://toland.github.com/patron/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" #ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" |