diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2010-02-09 15:34:32 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2010-02-09 15:34:32 +0000 |
commit | 3b13285115e989eaf95098141302062fb2b236a1 (patch) | |
tree | d5a2ffb6fc431d444fe3a70b5667ce992bef2b25 /sci-biology/last/last-96.ebuild | |
parent | amd64 stable, bug 300133 (diff) | |
download | gentoo-2-3b13285115e989eaf95098141302062fb2b236a1.tar.gz gentoo-2-3b13285115e989eaf95098141302062fb2b236a1.tar.bz2 gentoo-2-3b13285115e989eaf95098141302062fb2b236a1.zip |
Add unzip dependency
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/last/last-96.ebuild')
-rw-r--r-- | sci-biology/last/last-96.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/last/last-96.ebuild b/sci-biology/last/last-96.ebuild index 9c44dff1d619..6139ac6dbd85 100644 --- a/sci-biology/last/last-96.ebuild +++ b/sci-biology/last/last-96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-96.ebuild,v 1.1 2010/02/09 15:30:28 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/last/last-96.ebuild,v 1.2 2010/02/09 15:34:32 weaver Exp $ EAPI="2" @@ -13,7 +13,7 @@ SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND="" src_prepare() { |