summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortocaro <tocaro@thocar.org>2015-01-10 19:54:44 +0100
committertocaro <tocaro@thocar.org>2015-01-10 19:54:44 +0100
commit655bf322b76eb3f457207499e61342ed8357c5c8 (patch)
tree3a7ada74c8a968e4b83c99ba1cc7fcc57c0f8967 /app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild
parentsupport for hiera in puppet bootstrap (diff)
downloadtocaro-655bf322b76eb3f457207499e61342ed8357c5c8.tar.gz
tocaro-655bf322b76eb3f457207499e61342ed8357c5c8.tar.bz2
tocaro-655bf322b76eb3f457207499e61342ed8357c5c8.zip
was missing digest for new ebuild
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.ebuild6
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
}