--- eclass/pam.eclass 2011/07/08 11:35:01 1.20 +++ eclass/pam.eclass 2011/12/17 04:20:52 1.21 @@ -1,11 +1,14 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # Author Diego Pettenò -# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.20 2011/07/08 11:35:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.21 2011/12/17 04:20:52 vapier Exp $ # # This eclass contains functions to install pamd configuration files and # pam modules. +if [[ ${___ECLASS_ONCE_PAM} != "recur -_+^+_- spank" ]] ; then +___ECLASS_ONCE_PAM="recur -_+^+_- spank" + inherit multilib flag-o-matic # dopamd [more files] @@ -235,3 +238,5 @@ # # eshopts_pop # reset old shell opts # } + +fi