diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-30 07:36:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-30 07:36:57 +0000 |
commit | e10864d793b53973ac0fee8586a0354097c872d3 (patch) | |
tree | ff693fb81e2faeb073d47511d1ebe8d5a755b177 /main/ruby-redmine-activesupport | |
parent | 5208de2dd697215cd7e722559df9570e52698c32 (diff) | |
download | aports-e10864d793b53973ac0fee8586a0354097c872d3.tar.bz2 aports-e10864d793b53973ac0fee8586a0354097c872d3.tar.xz |
main/ruby-redmine-activesupport: remove ruby-gems dependency
Diffstat (limited to 'main/ruby-redmine-activesupport')
-rw-r--r-- | main/ruby-redmine-activesupport/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-redmine-activesupport/APKBUILD b/main/ruby-redmine-activesupport/APKBUILD index 40ef6a33ff..c15e217c94 100644 --- a/main/ruby-redmine-activesupport/APKBUILD +++ b/main/ruby-redmine-activesupport/APKBUILD @@ -3,14 +3,14 @@ pkgname=ruby-redmine-activesupport _gemname=activesupport pkgver=3.2.14 -pkgrel=0 +pkgrel=1 pkgdesc="Utility classes and extension to the standard library" url="http://rubygems.org/gems/activesupport" arch="noarch" license="GPL" depends="ruby ruby-i18n ruby-multi_json" depends_dev= -makedepends="$depends_dev ruby-gems" +makedepends="$depends_dev ruby" install="" subpackages="" source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem" |