diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-27 10:39:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-27 10:39:10 +0000 |
commit | 52f89c341bf1e4cf09109e8445263ee05da47cb1 (patch) | |
tree | edd688d8b78229154cb9f257d81e7a02fd589958 /sys-auth/pam_bioapi | |
parent | fix #211604 (diff) | |
download | gentoo-2-52f89c341bf1e4cf09109e8445263ee05da47cb1.tar.gz gentoo-2-52f89c341bf1e4cf09109e8445263ee05da47cb1.tar.bz2 gentoo-2-52f89c341bf1e4cf09109e8445263ee05da47cb1.zip |
Tweak DEPEND: tfm-fingerprint is RDEPEND only.
(Portage version: 2.2_pre2)
Diffstat (limited to 'sys-auth/pam_bioapi')
-rw-r--r-- | sys-auth/pam_bioapi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/pam_bioapi/ChangeLog b/sys-auth/pam_bioapi/ChangeLog index d872e1b2c7d5..88cbf73754e1 100644 --- a/sys-auth/pam_bioapi/ChangeLog +++ b/sys-auth/pam_bioapi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_bioapi -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v 1.4 2007/12/31 01:07:13 vapier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/ChangeLog,v 1.5 2008/02/27 10:39:10 vapier Exp $ + + 27 Feb 2008; Mike Frysinger <vapier@gentoo.org> pam_bioapi-0.4.0.ebuild: + Tweak DEPEND: tfm-fingerprint is RDEPEND only. *pam_bioapi-0.4.0 (31 Dec 2007) diff --git a/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild b/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild index 0a757db8c040..c852b114d05f 100644 --- a/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild +++ b/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v 1.1 2007/12/31 01:07:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v 1.2 2008/02/27 10:39:10 vapier Exp $ inherit toolchain-funcs @@ -15,8 +15,9 @@ IUSE="" DEPEND="sys-auth/bioapi sys-libs/pam - sys-auth/tfm-fingerprint dev-db/sqlite" +RDEPEND="${DEPEND} + sys-auth/tfm-fingerprint" src_compile() { econf --sbindir=/sbin || die |