summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-30 11:53:13 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-05 08:54:30 +0200
commit68ddfc10a19328a72693649debacae674f27d161 (patch)
treea037751a64e6ffe474679548c124271fd3ccae14 /eclass/ruby-fakegem.eclass
parentdev-ruby/metasploit_data_models: Inline mirror://rubygems (diff)
downloadgentoo-68ddfc10a19328a72693649debacae674f27d161.tar.gz
gentoo-68ddfc10a19328a72693649debacae674f27d161.tar.bz2
gentoo-68ddfc10a19328a72693649debacae674f27d161.zip
ruby-fakegem.eclass: Inline mirror://rubygems
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/ruby-fakegem.eclass')
-rw-r--r--eclass/ruby-fakegem.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index f75e1669b0ca..e600b02b9649 100644
--- a/eclass/ruby-fakegem.eclass
+++ b/eclass/ruby-fakegem.eclass
@@ -176,7 +176,7 @@ case ${RUBY_FAKEGEM_RECIPE_TEST} in
;;
esac
-SRC_URI="mirror://rubygems/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}${RUBY_FAKEGEM_SUFFIX:+-${RUBY_FAKEGEM_SUFFIX}}.gem"
+SRC_URI="https://rubygems.org/gems/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}${RUBY_FAKEGEM_SUFFIX:+-${RUBY_FAKEGEM_SUFFIX}}.gem"
ruby_add_bdepend virtual/rubygems
ruby_add_rdepend virtual/rubygems