blob: 967bed4a2fc9be796a77749800f3425e0c0dbf15 [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 /root/.ssh directory"
HOMEPAGE="http://src.chromium.org"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_install() {
# This directory is needed to prevent ssh/scp from trying to create
# it and failing inside the ebuild sandbox.
keepdir /root/.ssh
}