diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 00:59:26 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 00:59:26 +0000 |
commit | bbb24dc093806da96d0e12831396d46ac38b1421 (patch) | |
tree | 7c4c6424a6fa5e2d3fc09169910d8cad970537a0 /main | |
parent | ef1821f53b66d9c15acbf8995ee86b97d4674ef1 (diff) | |
download | aports-bbb24dc093806da96d0e12831396d46ac38b1421.tar.bz2 aports-bbb24dc093806da96d0e12831396d46ac38b1421.tar.xz |
main/ruby: fix rdoc
Diffstat (limited to 'main')
-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 0650b0bd22..cce9c2def6 100644 --- a/main/ruby/APKBUILD +++ b/main/ruby/APKBUILD @@ -4,7 +4,7 @@ pkgname=ruby pkgver=2.4.1 _abiver="${pkgver%.*}.0" -pkgrel=0 +pkgrel=1 pkgdesc="An object-oriented language for quick and easy programming" url="http://www.ruby-lang.org/en/" arch="all" @@ -177,7 +177,7 @@ rake() { rdoc() { pkgdesc="Ruby documentation tool" - depends="$pkgname $pkgname-json" + depends="$pkgname $pkgname-json $pkgname-io-console" _mvgem rdoc || return 1 _mv usr/bin/ri \ |