blob: 7c732f3c1de4ec9d6b13bf2c358c1fde235ad6cc [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
DESCRIPTION="SSH known_hosts file"
HOMEPAGE="http://src.chromium.org"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="net-misc/openssh"
src_install() {
insinto /etc/ssh
doins ${FILESDIR}/ssh_known_hosts || die
}