diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-05-31 05:21:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-05-31 05:21:31 +0000 |
commit | e597fc918c85c88a3d60ee91863608cd6a3c3a09 (patch) | |
tree | d702b31f0ec390749729118053386a8400dffaa0 /sys-auth | |
parent | Depend on either horde or horde-groupware or horde-webmail as pointed out by ... (diff) | |
download | gentoo-2-e597fc918c85c88a3d60ee91863608cd6a3c3a09.tar.gz gentoo-2-e597fc918c85c88a3d60ee91863608cd6a3c3a09.tar.bz2 gentoo-2-e597fc918c85c88a3d60ee91863608cd6a3c3a09.zip |
Pull in unzip in DEPEND #224155 by Marek Miller.
(Portage version: 2.2_pre5.spank.spunk)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/tfm-fingerprint/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/tfm-fingerprint/tfm-fingerprint-1.0.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
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 <vapier@gentoo.org> + tfm-fingerprint-1.0.ebuild: + Pull in unzip in DEPEND #224155 by Marek Miller. 27 Feb 2008; Mike Frysinger <vapier@gentoo.org> 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} |