Bump package revisions after OpenSSL update.

This commit is contained in:
Adrien Destugues
2015-11-12 11:54:57 +01:00
parent 01c6708f66
commit 6145187eaa
4 changed files with 6 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ LICENSE="Ruby
COPYRIGHT="1993-2015 Yukihiro Matsumoto"
PATCHES="ruby-$portVersion.patchset"
REVISION="1"
REVISION="2"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -85,7 +85,7 @@ BUILD()
# The build process needs to run ruby, and without this it fails to find
# libruby.so.
export LIBRARY_PATH=$LIBRARY_PATH:%A
make $jobArgs Q=''
make $jobArgs
}
INSTALL()