diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-29 09:20:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-29 09:22:30 +0000 |
commit | 1287669e944b94f606a5204c91b86803c7b108c6 (patch) | |
tree | 37ffa5b4989534fdf285e774394601a98de05ff8 /main | |
parent | 5f6a5c1f302cfcb9e7c49cdbb9c8ff47ca70b000 (diff) | |
download | aports-1287669e944b94f606a5204c91b86803c7b108c6.tar.bz2 aports-1287669e944b94f606a5204c91b86803c7b108c6.tar.xz |
main/ruby: rebuild for i586-linux-musl
fixes make: i486-alpine-linux-musl-g++: Command not found when building
gems.
Diffstat (limited to 'main')
-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 78b16c550f..00d6ded35d 100644 --- a/main/ruby/APKBUILD +++ b/main/ruby/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby pkgver=2.2.2 _pkgver=${pkgver/_/-} -pkgrel=0 +pkgrel=1 _abi=2.2.0 |