diff options
Diffstat (limited to 'sys-libs/pam/pam-0.77-r1.ebuild')
-rw-r--r-- | sys-libs/pam/pam-0.77-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/pam/pam-0.77-r1.ebuild b/sys-libs/pam/pam-0.77-r1.ebuild index 8d3f4a003598..e4eceef59025 100644 --- a/sys-libs/pam/pam-0.77-r1.ebuild +++ b/sys-libs/pam/pam-0.77-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r1.ebuild,v 1.14 2005/02/02 20:46:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77-r1.ebuild,v 1.15 2005/04/28 15:22:17 azarah Exp $ PATCH_LEVEL="1.2" BDB_VER="4.1.25" @@ -21,6 +21,8 @@ DEPEND="$RDEPEND # Have python sandbox issues currently ... # doc? ( app-text/sgmltools-lite ) +PROVIDE="virtual/pam" + # BDB is internalized to get a non-threaded lib for pam_userdb.so to # be built with. The runtime-only dependency on BDB suggests the user # will use the system-installed db_load to create pam_userdb databases. |