diff options
author | AstroFloyd <AstroFloyd@gmail.com> | 2013-02-16 20:11:45 +0100 |
---|---|---|
committer | AstroFloyd <AstroFloyd@gmail.com> | 2013-02-16 20:11:45 +0100 |
commit | ae4d8250adcb8badc63fce62493a0fed67c43e2e (patch) | |
tree | 717b52c2a351de554f1c18a01d54974cb2bd498f /app-portage | |
parent | Updated app-poartage/gentmaint-0.1.0.ebuild (diff) | |
download | AstroFloyd-ae4d8250adcb8badc63fce62493a0fed67c43e2e.tar.gz AstroFloyd-ae4d8250adcb8badc63fce62493a0fed67c43e2e.tar.bz2 AstroFloyd-ae4d8250adcb8badc63fce62493a0fed67c43e2e.zip |
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
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentmaint/gentmaint-0.1.0.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
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 } |