From e597fc918c85c88a3d60ee91863608cd6a3c3a09 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 31 May 2008 05:21:31 +0000 Subject: Pull in unzip in DEPEND #224155 by Marek Miller. (Portage version: 2.2_pre5.spank.spunk) --- sys-auth/tfm-fingerprint/ChangeLog | 6 +++++- sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/tfm-fingerprint/ChangeLog b/sys-auth/tfm-fingerprint/ChangeLog index 4a28222bdf21..d4f9ca94bb07 100644 --- a/sys-auth/tfm-fingerprint/ChangeLog +++ b/sys-auth/tfm-fingerprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/tfm-fingerprint # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.4 2008/02/27 10:40:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/ChangeLog,v 1.5 2008/05/31 05:21:31 vapier Exp $ + + 31 May 2008; Mike Frysinger + tfm-fingerprint-1.0.ebuild: + Pull in unzip in DEPEND #224155 by Marek Miller. 27 Feb 2008; Mike Frysinger tfm-fingerprint-1.0.ebuild: diff --git a/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild b/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild index 60b33579426b..3fb11da148ee 100644 --- a/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild +++ b/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.3 2008/02/27 10:59:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild,v 1.4 2008/05/31 05:21:31 vapier Exp $ inherit multilib @@ -14,7 +14,9 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="sys-auth/bioapi" +RDEPEND="sys-auth/bioapi" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR} -- cgit v1.2.3-65-gdbad