diff options
author | 2002-10-19 03:42:44 +0000 | |
---|---|---|
committer | 2002-10-19 03:42:44 +0000 | |
commit | 6d29016c2cdaf9082860c3cba02855c5424bdd62 (patch) | |
tree | b9b8955252d26c5093cd9a4ea18c67ce1bcae9ae /sys-apps/dcron | |
parent | lintool fixes for #9258 (diff) | |
download | historical-6d29016c2cdaf9082860c3cba02855c5424bdd62.tar.gz historical-6d29016c2cdaf9082860c3cba02855c5424bdd62.tar.bz2 historical-6d29016c2cdaf9082860c3cba02855c5424bdd62.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/dcron-2.7-r8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/dcron/dcron-2.7-r8.ebuild b/sys-apps/dcron/dcron-2.7-r8.ebuild index 651daef5dfdd..31f8a06180af 100644 --- a/sys-apps/dcron/dcron-2.7-r8.ebuild +++ b/sys-apps/dcron/dcron-2.7-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r8.ebuild,v 1.6 2002/10/04 06:23:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r8.ebuild,v 1.7 2002/10/19 03:42:44 vapier Exp $ # to use this, you must be part of the "cron" group @@ -13,6 +13,7 @@ SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |