diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-03 17:24:09 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-03 17:24:09 +0000 |
commit | 43c25835729b86616198352568bacfe5bb0c7c48 (patch) | |
tree | f218bc6a862d26777e8b32d3a892fa0136ff3411 /mail-mta | |
parent | Fix 'tail' occurances not caught by fixheadtails.eclass. Bug #83932. (diff) | |
download | historical-43c25835729b86616198352568bacfe5bb0c7c48.tar.gz historical-43c25835729b86616198352568bacfe5bb0c7c48.tar.bz2 historical-43c25835729b86616198352568bacfe5bb0c7c48.zip |
Dependency update: sys-apps/supervise-scripts -> sys-process/supervise-scripts.
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index d19a6dc311a4..db88bf09f387 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/nullmailer # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.9 2005/03/03 17:23:16 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.10 2005/03/03 17:24:09 ciaranm Exp $ + + 03 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> + nullmailer-1.00_rc7-r1.ebuild: + Dependency update: sys-apps/supervise-scripts -> sys-process/supervise-scripts. 03 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> nullmailer-1.00_rc7-r5.ebuild: diff --git a/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild b/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild index 04740b3fc9c3..95c609ca4c39 100644 --- a/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild,v 1.1 2004/11/16 09:24:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00_rc7-r5.ebuild,v 1.2 2005/03/03 17:23:16 ciaranm Exp $ inherit eutils @@ -21,7 +21,7 @@ DEPEND="virtual/libc RDEPEND="!mailwrapper? ( !virtual/mta ) mailwrapper? ( >=net-mail/mailwrapper-0.2 ) virtual/libc - >=sys-apps/supervise-scripts-3.2 + >=sys-process/supervise-scripts-3.2 >=sys-apps/daemontools-0.76-r1 sys-apps/shadow" PROVIDE="virtual/mta" |