diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
commit | a18b8c502d697dde5b46e9fa54867d99d8528c63 (patch) | |
tree | 5e3d3675e2764dc2b1589043df9a5864c250ca17 /eclass/cron.eclass | |
parent | Update to support selinux USE flag (blame spb). (diff) | |
download | historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.gz historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.bz2 historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.zip |
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/cron.eclass')
-rw-r--r-- | eclass/cron.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/cron.eclass b/eclass/cron.eclass index 149bb41e60cf..31e4ce98ab2a 100644 --- a/eclass/cron.eclass +++ b/eclass/cron.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cron.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cron.eclass,v 1.8 2005/07/11 15:08:06 swegener Exp $ # Original Author: Aaron Walker <ka0ttic@gentoo.org> # @@ -20,12 +20,10 @@ EXPORT_FUNCTIONS pkg_postinst SLOT="0" -DEPEND="${DEPEND} - virtual/libc +DEPEND="virtual/libc >=sys-apps/sed-4.0.5" -RDEPEND="${RDEPEND} - !virtual/cron +RDEPEND="!virtual/cron virtual/mta >=sys-process/cronbase-0.2.1-r3" |