dev-ruby/net-telnet: Don't install generic binstubs, bug 571186

Package-Manager: portage-2.2.26
This commit is contained in:
Hans de Graaff
2016-01-10 10:29:27 +01:00
parent 5df3081ed7
commit 2c1be0fff7

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$
@@ -8,6 +8,11 @@ USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
# Don't install the binaries since they don't seem to be intended for
# general use and they have very generic names leading to collisions,
# e.g. bug 571186
RUBY_FAKEGEM_BINWRAP=""
inherit ruby-fakegem
DESCRIPTION="Provides telnet client functionality"