diff options
-rw-r--r-- | dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild index ed79c6f58b99..f61c570fb465 100644 --- a/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild +++ b/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild @@ -1,9 +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 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem @@ -11,7 +13,6 @@ RUBY_FAKEGEM_EXTRAINSTALL="app config db spec" DESCRIPTION="Code for modeling and managing credentials in Metasploit" HOMEPAGE="https://github.com/rapid7/metasploit-credential" -SRC_URI="mirror://rubygems/${P}.gem" LICENSE="BSD" SLOT="${PV}" |