dev-ruby/bsearch: Remove ruby19

Package-Manager: portage-2.2.28
This commit is contained in:
Manuel Rüger
2016-03-27 23:50:55 +02:00
parent 0e61326259
commit 72325edc3b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ EAPI=5
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="doc/*"
USE_RUBY="ruby19 ruby20"
USE_RUBY="ruby20"
inherit ruby-fakegem
DESCRIPTION="A binary search library for Ruby"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ EAPI=5
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="doc/*"
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
USE_RUBY="ruby20 ruby21 ruby22"
inherit ruby-fakegem
DESCRIPTION="A binary search library for Ruby"