summaryrefslogtreecommitdiffstats
path: root/testing/ruby-daemons
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-13 16:10:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-13 16:10:47 +0000
commit7a7ee87c6b8747dc41d81d5b47f3447350adf195 (patch)
treedfc7654e976e808d2a989b0a3693bc631460d461 /testing/ruby-daemons
parent7b5dffcc1db764e31bc46263a7e03f145ac6069a (diff)
downloadaports-7a7ee87c6b8747dc41d81d5b47f3447350adf195.tar.bz2
aports-7a7ee87c6b8747dc41d81d5b47f3447350adf195.tar.xz
testing/ruby-daemons: remove ruby-gems dep
Diffstat (limited to 'testing/ruby-daemons')
-rw-r--r--testing/ruby-daemons/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ruby-daemons/APKBUILD b/testing/ruby-daemons/APKBUILD
index 3e64947cb..db60f429d 100644
--- a/testing/ruby-daemons/APKBUILD
+++ b/testing/ruby-daemons/APKBUILD
@@ -3,14 +3,14 @@
_gemname=daemons
pkgname=ruby-$_gemname
pkgver=1.1.9
-pkgrel=0
+pkgrel=1
pkgdesc="Run ruby scripts as daemons"
url="https://rubygems.org/gems/$_gemname"
arch="noarch"
license="GPL"
depends="ruby"
depends_dev=
-makedepends="$depends_dev ruby-gems"
+makedepends="$depends_dev"
install=""
subpackages=""
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"