dev-ruby/rdiscount: Remove ruby19

Package-Manager: portage-2.2.28
This commit is contained in:
Manuel Rüger 2016-04-17 12:42:30 +02:00
parent b2e2994833
commit 42777080da
No known key found for this signature in database
GPG Key ID: 74D9F74EEAC6A3B1
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"