diff options
Diffstat (limited to 'app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild')
-rw-r--r-- | app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild b/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild index b04caf8..453bc30 100644 --- a/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild +++ b/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild @@ -16,9 +16,13 @@ KEYWORDS="alpha amd64 arm x86" IUSE="" DEPEND="" RDEPEND=">=dev-vcs/git-1.7.0 - virtual/rubygems" + virtual/rubygems + net-dns/host + app-portage/gentoolkit" src_install() { # http://devmanual.gentoo.org/function-reference/install-functions/ dobin thoPuppetBootstrap + dobin thoFindObsoletePuppetManagedFiles + dobin thoDirectoryChildLinkSwitch } |