diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-04-06 07:12:24 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-04-06 07:12:24 +0200 |
commit | 079f6a68cede9f0cca7e7bc46ea0e40ea8afe4f2 (patch) | |
tree | 5d8074762d5eada742a65e27be6ae0e8a7e557d8 /dev-ruby/text | |
parent | dev-ruby/msgpack: add 0.7.5 (diff) | |
download | gentoo-079f6a68cede9f0cca7e7bc46ea0e40ea8afe4f2.tar.gz gentoo-079f6a68cede9f0cca7e7bc46ea0e40ea8afe4f2.tar.bz2 gentoo-079f6a68cede9f0cca7e7bc46ea0e40ea8afe4f2.zip |
dev-ruby/text: mark ruby21 revision stable
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/text')
-rw-r--r-- | dev-ruby/text/text-1.2.3-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/text/text-1.2.3-r2.ebuild b/dev-ruby/text/text-1.2.3-r2.ebuild index 76d54f20f1a7..c41746d3bc4a 100644 --- a/dev-ruby/text/text-1.2.3-r2.ebuild +++ b/dev-ruby/text/text-1.2.3-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 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" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.rdoc" @@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/threedaymonk/text" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="" |