diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-29 15:20:07 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-29 15:20:07 +0100 |
commit | 489f458711debccbba103b1e738b45d6043d0982 (patch) | |
tree | cbc42ba3f8aafb4af4cd1d9ee0e2b797a9cb3f4d /testing | |
parent | 4dda0aba9339cf61b129fa60a16ae684ae1d7fa9 (diff) | |
download | aports-489f458711debccbba103b1e738b45d6043d0982.tar.bz2 aports-489f458711debccbba103b1e738b45d6043d0982.tar.xz |
testing/ruby-unicorn: add missing deps
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ruby-unicorn/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ruby-unicorn/APKBUILD b/testing/ruby-unicorn/APKBUILD index 5bc2acf5b8..39410eb087 100644 --- a/testing/ruby-unicorn/APKBUILD +++ b/testing/ruby-unicorn/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Unicorn is an HTTP server for Rack applications" url="http://unicorn.bogomips.org" arch="all" license="MIT" -depends="ruby" +depends="ruby ruby-kgio ruby-rack ruby-raindrops" depends_dev="ruby-dev" makedepends="$depends_dev ruby-gems" install="" |