diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-02-22 15:12:38 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-02-22 15:12:38 +0000 |
commit | 9eb376ed50b4f225b00531322fb56406172bf561 (patch) | |
tree | 81b4cfdac5acfa44a1bd7070006c27b1fc008ddc /testing/rocksdb | |
parent | 474fdeb7283a9750fe2cb9e297644763cdf822cc (diff) | |
download | aports-9eb376ed50b4f225b00531322fb56406172bf561.tar.bz2 aports-9eb376ed50b4f225b00531322fb56406172bf561.tar.xz |
testing/rocksdb: fix depends_dev
based on the v2 patch from author. too bad i did not notice that
and pushed the original patch.
Diffstat (limited to 'testing/rocksdb')
-rw-r--r-- | testing/rocksdb/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/rocksdb/APKBUILD b/testing/rocksdb/APKBUILD index e05e02ae6a..78c766b2c3 100644 --- a/testing/rocksdb/APKBUILD +++ b/testing/rocksdb/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=rocksdb pkgver=4.2 -pkgrel=0 +pkgrel=1 pkgdesc="A persistent key-value store for fast storage environments" url="http://rocksdb.org" arch="all" license="BSD" depends="" -depends_dev="" -makedepends="$depends_dev linux-headers snappy-dev zlib-dev bzip2-dev" +depends_dev="bzip2-dev snappy-dev zlib-dev" +makedepends="$depends_dev linux-headers" install="" subpackages="$pkgname-dev $pkgname-doc" source="saveas-https://github.com/facebook/$pkgname/archive/v$pkgver.tar.gz/$pkgname-$pkgver.tar.gz |