summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <jesus.riveroa@gmail.com>2013-05-05 23:49:07 -0400
committerJesus Rivero <jesus.riveroa@gmail.com>2013-05-05 23:49:07 -0400
commit68ecb175ef810bb245c4eed8f67c6d34589b981b (patch)
tree3c87de291de0ef7e6d8ae8f32857a84c143282b4
parentdev-nodejs/graceful-fs: Initial commit (diff)
downloadneurogeek-68ecb175ef810bb245c4eed8f67c6d34589b981b.tar.gz
neurogeek-68ecb175ef810bb245c4eed8f67c6d34589b981b.tar.bz2
neurogeek-68ecb175ef810bb245c4eed8f67c6d34589b981b.zip
dev-nodejs/minimatch: Fixed RDEPEND
-rw-r--r--dev-nodejs/minimatch/minimatch-0.2.12.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-nodejs/minimatch/minimatch-0.2.12.ebuild b/dev-nodejs/minimatch/minimatch-0.2.12.ebuild
index a9efcad..5492d9d 100644
--- a/dev-nodejs/minimatch/minimatch-0.2.12.ebuild
+++ b/dev-nodejs/minimatch/minimatch-0.2.12.ebuild
@@ -18,7 +18,8 @@ IUSE=""
DEPEND=">=net-libs/nodejs-0.8.10"
RDEPEND=">=dev-nodejs/lru-cache-2.3.0
- >=dev-nodejs/sigmund-1.0.0"
+ >=dev-nodejs/sigmund-1.0.0
+ ${DEPEND}"
src_unpack() {
unpack "${A}"