diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-20 17:49:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-20 17:49:19 +0000 |
commit | 188b9b9249d97e6bc55966ee6de5001734c5cb3f (patch) | |
tree | 1964f35b9d884a02a4f12c1451dc476c1261ae59 /eclass | |
parent | Initial import, bug 360109. (diff) | |
download | historical-188b9b9249d97e6bc55966ee6de5001734c5cb3f.tar.gz historical-188b9b9249d97e6bc55966ee6de5001734c5cb3f.tar.bz2 historical-188b9b9249d97e6bc55966ee6de5001734c5cb3f.zip |
Don't PROVIDE virtual/cron, bug 360109.
Replace blocker against virtual/cron by explicit blockers against packages.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cron.eclass | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/eclass/cron.eclass b/eclass/cron.eclass index 0ac655a07a6b..77cd6311096b 100644 --- a/eclass/cron.eclass +++ b/eclass/cron.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cron.eclass,v 1.12 2008/06/26 10:51:41 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cron.eclass,v 1.13 2011/04/20 17:49:19 ulm Exp $ # @ECLASS: cron # @MAINTAINER: @@ -27,12 +27,14 @@ SLOT="0" DEPEND=">=sys-apps/sed-4.0.5" -RDEPEND="!virtual/cron +RDEPEND="!sys-process/vixie-cron + !sys-process/bcron + !sys-process/cronie + !sys-process/dcron + !sys-process/fcron virtual/mta >=sys-process/cronbase-0.3.2" -PROVIDE="virtual/cron" - # @FUNCTION: docrondir # @USAGE: [ dir ] [ perms ] # @DESCRIPTION: |