diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-13 02:08:03 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-13 02:08:03 +0000 |
commit | 55f12de01c7cb25f619cbc95fb720c3b2ed106e0 (patch) | |
tree | bde38083efed4e82ab0bf7d14af5f3b7f66623c9 /dev-ruby/bson | |
parent | Add ruby21 target. (diff) | |
download | gentoo-2-55f12de01c7cb25f619cbc95fb720c3b2ed106e0.tar.gz gentoo-2-55f12de01c7cb25f619cbc95fb720c3b2ed106e0.tar.bz2 gentoo-2-55f12de01c7cb25f619cbc95fb720c3b2ed106e0.zip |
Add ruby21 target.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/bson')
-rw-r--r-- | dev-ruby/bson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bson/bson-1.6.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bson/ChangeLog b/dev-ruby/bson/ChangeLog index fec1270900f3..9ad0d51bbbcc 100644 --- a/dev-ruby/bson/ChangeLog +++ b/dev-ruby/bson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bson # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.13 2014/06/16 14:22:16 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.14 2014/08/13 02:08:03 mrueg Exp $ + + 13 Aug 2014; Manuel Rüger <mrueg@gentoo.org> bson-1.6.2-r1.ebuild: + Add ruby21 target. *bson-2.3.0 (16 Jun 2014) diff --git a/dev-ruby/bson/bson-1.6.2-r1.ebuild b/dev-ruby/bson/bson-1.6.2-r1.ebuild index e35d2ffc50c3..ff12d3ee4492 100644 --- a/dev-ruby/bson/bson-1.6.2-r1.ebuild +++ b/dev-ruby/bson/bson-1.6.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-1.6.2-r1.ebuild,v 1.2 2014/05/26 05:21:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-1.6.2-r1.ebuild,v 1.3 2014/08/13 02:08:03 mrueg Exp $ EAPI=5 # jruby → support needs to be written properly -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="moot" # we do it manually, but still declare it RUBY_FAKEGEM_DOCDIR="html" |