diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-06 15:23:21 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-06 15:23:21 +0000 |
commit | da43957107697b1c903f7fda4f3a8d65dd7e127e (patch) | |
tree | 7cf5982a0cc90e02d13f752d2b389278a6e7664a /dev-ruby | |
parent | Update test dependencies to rails:4.2. Add ruby21 support. Remove old. (diff) | |
download | gentoo-2-da43957107697b1c903f7fda4f3a8d65dd7e127e.tar.gz gentoo-2-da43957107697b1c903f7fda4f3a8d65dd7e127e.tar.bz2 gentoo-2-da43957107697b1c903f7fda4f3a8d65dd7e127e.zip |
Add ruby21 target.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/asciidoctor/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/asciidoctor/ChangeLog b/dev-ruby/asciidoctor/ChangeLog index 944f0e80bc7d..0a726062a258 100644 --- a/dev-ruby/asciidoctor/ChangeLog +++ b/dev-ruby/asciidoctor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/asciidoctor # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.8 2015/05/03 06:59:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.9 2015/05/06 15:23:21 mrueg Exp $ + + 06 May 2015; Manuel Rüger <mrueg@gentoo.org> asciidoctor-1.5.2.ebuild: + Add ruby21 target. 03 May 2015; Hans de Graaff <graaff@gentoo.org> asciidoctor-1.5.2.ebuild: Add missing test dependency no rspec-expectations. diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild index 8d896cad75af..fde075c6b344 100644 --- a/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild +++ b/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild,v 1.2 2015/05/03 06:59:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild,v 1.3 2015/05/06 15:23:21 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test features" RUBY_FAKEGEM_RECIPE_DOC="rdoc" |