diff options
author | 2007-07-02 15:28:53 +0000 | |
---|---|---|
committer | 2007-07-02 15:28:53 +0000 | |
commit | daa0770855f8f7224773a6ed49a3ae4b8037d641 (patch) | |
tree | 9d8568016d6b56897dbf8a2b5eace57a22060a85 /sys-auth/pam_ssh/pam_ssh-1.92.ebuild | |
parent | (QA) RESTRICT clean up. (diff) | |
download | historical-daa0770855f8f7224773a6ed49a3ae4b8037d641.tar.gz historical-daa0770855f8f7224773a6ed49a3ae4b8037d641.tar.bz2 historical-daa0770855f8f7224773a6ed49a3ae4b8037d641.zip |
(QA) RESTRICT clean up.
Package-Manager: portage-2.1.3_rc6
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" |