summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-12-16 13:01:21 +0000
committerJustin Lecher <jlec@gentoo.org>2011-12-16 13:01:21 +0000
commit9cb404b6ce51077934ca873227cbc103ed6c4b29 (patch)
treed8413c706dca09898ace29a03160fea736859c75 /sci-biology/velvet
parentAdd missing die, use pkg-config for gsl detection. (diff)
downloadgentoo-2-9cb404b6ce51077934ca873227cbc103ed6c4b29.tar.gz
gentoo-2-9cb404b6ce51077934ca873227cbc103ed6c4b29.tar.bz2
gentoo-2-9cb404b6ce51077934ca873227cbc103ed6c4b29.zip
Added missing dep on sys-libs/zlib requested by ago, #393981
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/velvet')
-rw-r--r--sci-biology/velvet/ChangeLog5
-rw-r--r--sci-biology/velvet/velvet-1.0.18-r1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-biology/velvet/ChangeLog b/sci-biology/velvet/ChangeLog
index 171bc946bcea..f8203bd6f583 100644
--- a/sci-biology/velvet/ChangeLog
+++ b/sci-biology/velvet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/velvet
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/ChangeLog,v 1.16 2011/12/16 12:55:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/ChangeLog,v 1.17 2011/12/16 13:01:21 jlec Exp $
+
+ 16 Dec 2011; Justin Lecher <jlec@gentoo.org> velvet-1.0.18-r1.ebuild:
+ Added missing dep on sys-libs/zlib requested by ago, #393981
16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> velvet-1.0.18-r1.ebuild:
Stable for AMD64, wrt bug #393981
diff --git a/sci-biology/velvet/velvet-1.0.18-r1.ebuild b/sci-biology/velvet/velvet-1.0.18-r1.ebuild
index 65c8b83db209..acf1118b0872 100644
--- a/sci-biology/velvet/velvet-1.0.18-r1.ebuild
+++ b/sci-biology/velvet/velvet-1.0.18-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/velvet-1.0.18-r1.ebuild,v 1.3 2011/12/16 12:55:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/velvet/velvet-1.0.18-r1.ebuild,v 1.4 2011/12/16 13:01:21 jlec Exp $
EAPI=4
@@ -17,8 +17,9 @@ SLOT="0"
IUSE="-doc"
KEYWORDS="amd64 ~x86"
-DEPEND="doc? ( virtual/latex-base )"
-RDEPEND=""
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}
+ doc? ( virtual/latex-base )"
S="${WORKDIR}"/${MY_P}