diff options
author | 2014-10-30 13:57:50 +0000 | |
---|---|---|
committer | 2014-10-30 13:57:50 +0000 | |
commit | c27930ed2172fb4a9d4f6a1fed3e88e02f8073d9 (patch) | |
tree | bf3d8fa9abe762fdcbb6ae1b5655eba22b71f8b4 /dev-ruby/mash | |
parent | Drop jruby target. (diff) | |
download | gentoo-2-c27930ed2172fb4a9d4f6a1fed3e88e02f8073d9.tar.gz gentoo-2-c27930ed2172fb4a9d4f6a1fed3e88e02f8073d9.tar.bz2 gentoo-2-c27930ed2172fb4a9d4f6a1fed3e88e02f8073d9.zip |
Drop jruby target.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/mash')
-rw-r--r-- | dev-ruby/mash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/mash/mash-0.1.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/mash/ChangeLog b/dev-ruby/mash/ChangeLog index 1a45a79decc9..f1784591db39 100644 --- a/dev-ruby/mash/ChangeLog +++ b/dev-ruby/mash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/mash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.11 2014/08/06 07:01:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.12 2014/10/30 13:57:50 mrueg Exp $ + + 30 Oct 2014; Manuel Rüger <mrueg@gentoo.org> mash-0.1.1-r2.ebuild: + Drop jruby target. 06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> mash-0.1.1-r2.ebuild: Add ruby21 target. diff --git a/dev-ruby/mash/mash-0.1.1-r2.ebuild b/dev-ruby/mash/mash-0.1.1-r2.ebuild index 9ac514b99cc0..98bde780e060 100644 --- a/dev-ruby/mash/mash-0.1.1-r2.ebuild +++ b/dev-ruby/mash/mash-0.1.1-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1-r2.ebuild,v 1.3 2014/08/06 07:01:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1-r2.ebuild,v 1.4 2014/10/30 13:57:50 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" |