diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-04-16 07:06:55 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-04-16 07:07:48 +0000 |
commit | 4c836b3111d6865b1d83bd56ec28cb78c9c0a523 (patch) | |
tree | 5716298e21362ff252a38c0957634afede88a022 /main/ruby | |
parent | 2e402688d156334e2ffe4986f3f3210457d52aa6 (diff) | |
download | aports-4c836b3111d6865b1d83bd56ec28cb78c9c0a523.tar.bz2 aports-4c836b3111d6865b1d83bd56ec28cb78c9c0a523.tar.xz |
'main/ruby: rebuild against musl w/o visible __syscall
Diffstat (limited to 'main/ruby')
-rw-r--r-- | main/ruby/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ruby/APKBUILD b/main/ruby/APKBUILD index 0f448ab205..0ae8221ae5 100644 --- a/main/ruby/APKBUILD +++ b/main/ruby/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby pkgver=2.0.0_p353 _pkgver=${pkgver/_/-} -pkgrel=1 +pkgrel=2 _abi=2.0.0 |