diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-06 07:28:19 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-06 07:28:19 +0000 |
commit | 516b3fbea7affeaead5983013e887f8ca3f09ca4 (patch) | |
tree | 111f14ceb10e172904086585bb3c8240b764ae98 /dev-ruby/stomp | |
parent | Add ruby21 target. (diff) | |
download | gentoo-2-516b3fbea7affeaead5983013e887f8ca3f09ca4.tar.gz gentoo-2-516b3fbea7affeaead5983013e887f8ca3f09ca4.tar.bz2 gentoo-2-516b3fbea7affeaead5983013e887f8ca3f09ca4.zip |
Add ruby21 target.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/stomp')
-rw-r--r-- | dev-ruby/stomp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog index e2c0f3049aec..d9e7bc456527 100644 --- a/dev-ruby/stomp/ChangeLog +++ b/dev-ruby/stomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/stomp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.34 2014/04/19 03:28:35 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.35 2014/08/06 07:28:19 mrueg Exp $ + + 06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> stomp-1.3.2.ebuild: + Add ruby21 target. 19 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -stomp-1.3.1.ebuild, stomp-1.2.16.ebuild, stomp-1.3.2.ebuild: diff --git a/dev-ruby/stomp/stomp-1.3.2.ebuild b/dev-ruby/stomp/stomp-1.3.2.ebuild index f1a9df92c831..ec1aa355d96e 100644 --- a/dev-ruby/stomp/stomp-1.3.2.ebuild +++ b/dev-ruby/stomp/stomp-1.3.2.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/stomp/stomp-1.3.2.ebuild,v 1.2 2014/04/19 03:28:35 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.3.2.ebuild,v 1.3 2014/08/06 07:28:19 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" |