diff options
Diffstat (limited to 'sys-auth/pam_ssh/pam_ssh-1.92.ebuild')
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-1.92.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild index ebb1970a9c75..c403171ef5d2 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.1 2007/02/09 15:24:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.2 2007/07/02 15:28:49 peper Exp $ inherit pam eutils @@ -8,7 +8,7 @@ DESCRIPTION="Uses ssh-agent to provide single sign-on" HOMEPAGE="http://pam-ssh.sourceforge.net/" SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" -RESTRICT="nomirror confcache" +RESTRICT="mirror" LICENSE="BSD as-is" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" |