diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-16 08:11:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-16 08:11:32 +0000 |
commit | 58720f8053a47d9a0f65f79d12698a731a3e497e (patch) | |
tree | 094051ceeedd42f3fefd5be54d969ca6e7665b30 /main/ruby | |
parent | 7516a7f7085cabfa5a3e646a96d964956ad14b4e (diff) | |
download | aports-58720f8053a47d9a0f65f79d12698a731a3e497e.tar.bz2 aports-58720f8053a47d9a0f65f79d12698a731a3e497e.tar.xz |
main/ruby: fix circular deps
ruby-libs -> ruby -> ruby-libs
Diffstat (limited to 'main/ruby')
-rw-r--r-- | main/ruby/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby/APKBUILD b/main/ruby/APKBUILD index e2d2ea91b..5cabae0df 100644 --- a/main/ruby/APKBUILD +++ b/main/ruby/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby pkgver=2.0.0_p0 _pkgver=${pkgver/_/-} -pkgrel=0 +pkgrel=1 _abi=2.0.0 @@ -189,7 +189,7 @@ minitest() { libs() { pkgdesc="Libraries necessary to run Ruby" - depends="ruby" + depends="" mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/lib "$subpkgdir"/usr/ } |