From ae4d8250adcb8badc63fce62493a0fed67c43e2e Mon Sep 17 00:00:00 2001 From: AstroFloyd Date: Sat, 16 Feb 2013 20:11:45 +0100 Subject: Updated app-poartage/gentmaint-0.1.0.ebuild * Updated app-poartage/gentmaint-0.1.0.ebuild: * added run-time dependencies * explicitly create dir /var/log/gentmaint so that a label with the owning package is added --- app-portage/gentmaint/gentmaint-0.1.0.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'app-portage') diff --git a/app-portage/gentmaint/gentmaint-0.1.0.ebuild b/app-portage/gentmaint/gentmaint-0.1.0.ebuild index 32f9523..679dad5 100644 --- a/app-portage/gentmaint/gentmaint-0.1.0.ebuild +++ b/app-portage/gentmaint/gentmaint-0.1.0.ebuild @@ -13,10 +13,16 @@ SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="" -RDEPEND="${DEPEND}" +RDEPEND="app-portage/portage-utils + app-portage/gentoolkit + app-portage/layman + app-portage/eix + app-arch/bzip2 + sys-apps/less + sys-process/time" src_install() { dodoc README CHANGELOG VERSION dosbin gentmaint-* - keepdir /var/log/gentmaint/auto /var/log/gentmaint/manual + keepdir /var/log/gentmaint /var/log/gentmaint/auto /var/log/gentmaint/manual } -- cgit v1.2.3-65-gdbad