aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-14 07:23:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-14 07:23:12 +0000
commit5c7b0fb6fa6fbfa724b0424882d8fb45b1bd6cea (patch)
tree5707376cd7aa3f1fb8d157e480f03e6379bcde3b /testing
parentbd0d334db07e7accf7696d0d7663e382829cfead (diff)
downloadaports-5c7b0fb6fa6fbfa724b0424882d8fb45b1bd6cea.tar.bz2
aports-5c7b0fb6fa6fbfa724b0424882d8fb45b1bd6cea.tar.xz
testing/ruby-test-unit: remove ruby-gems dep
Diffstat (limited to 'testing')
-rw-r--r--testing/ruby-test-unit/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ruby-test-unit/APKBUILD b/testing/ruby-test-unit/APKBUILD
index 34c6a4d76d..e8bd3f79ee 100644
--- a/testing/ruby-test-unit/APKBUILD
+++ b/testing/ruby-test-unit/APKBUILD
@@ -3,14 +3,14 @@
_gemname=test-unit
pkgname=ruby-test-unit
pkgver=2.5.5
-pkgrel=0
+pkgrel=1
pkgdesc="A xUnit family unit testing framework for Ruby"
url="http://test-unit.rubyforge.org"
arch="noarch"
license="MIT"
depends="ruby"
depends_dev=
-makedepends="$depends_dev ruby-gems"
+makedepends="$depends_dev"
install=""
subpackages=""
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"