diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-04-17 12:42:30 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-04-17 12:42:30 +0200 |
commit | 42777080da386ad18f7a6bd49b9a1663dbf9b218 (patch) | |
tree | 0a2efbdc47b309fba85aae22bce1622777126040 /dev-ruby/rdiscount | |
parent | dev-ruby/flexmock: Remove ruby19 (diff) | |
download | gentoo-42777080da386ad18f7a6bd49b9a1663dbf9b218.tar.gz gentoo-42777080da386ad18f7a6bd49b9a1663dbf9b218.tar.bz2 gentoo-42777080da386ad18f7a6bd49b9a1663dbf9b218.zip |
dev-ruby/rdiscount: Remove ruby19
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/rdiscount')
-rw-r--r-- | dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild b/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild index ec391e07fd10..8138387fef40 100644 --- a/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild +++ b/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # Has a native extension without jruby support. -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_TASK_TEST="test:unit" diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild b/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild index 422a773901c2..313a041c687f 100644 --- a/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild +++ b/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # Has a native extension without jruby support. -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test:unit" |