]> git.pld-linux.org Git - packages/rpm.git/blame - rubyprov-abi-versioned.patch
- removed outdated db5.3 patch
[packages/rpm.git] / rubyprov-abi-versioned.patch
CommitLineData
e229e8ab
ER
1--- rpm-5.4.10/scripts/rubygems.rb~ 2013-04-26 00:58:58.622064212 +0300
2+++ rpm-5.4.10/scripts/rubygems.rb 2013-04-26 11:42:07.842839682 +0300
3@@ -39,8 +39,9 @@
4 # way fugly, but we make the assumption that if the package has
5 # this file, the package is the current ruby version, and should
6 # therefore provide ruby(abi) = version
7 if provides and path.match(RbConfig::CONFIG["archdir"] + "/rbconfig.rb")
8 abi_provide = true
9+ ruby_versioned = true
10 elsif path.match(specpatt)
11 ruby_versioned = true
12 gems.push(path.chomp)
This page took 0.032988 seconds and 4 git commands to generate.