diff options
author | Eray Aslan <eras@gentoo.org> | 2011-03-16 10:34:58 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-03-16 10:34:58 +0000 |
commit | 57ee6da399d2664bfc40789cd3b1b9428714b1c8 (patch) | |
tree | f5a20b0e822b739763952445c298dda2e4c0941f /mail-filter/procmail | |
parent | Fix slot-deps on gtk+ and other libs (diff) | |
download | gentoo-2-57ee6da399d2664bfc40789cd3b1b9428714b1c8.tar.gz gentoo-2-57ee6da399d2664bfc40789cd3b1b9428714b1c8.tar.bz2 gentoo-2-57ee6da399d2664bfc40789cd3b1b9428714b1c8.zip |
change to new style virtual/mda - remove PROVIDE
(Portage version: 2.1.9.43/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/procmail')
-rw-r--r-- | mail-filter/procmail/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/procmail/procmail-3.22-r10.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/mail-filter/procmail/ChangeLog b/mail-filter/procmail/ChangeLog index 260dc6ba646c..9ed46bdae193 100644 --- a/mail-filter/procmail/ChangeLog +++ b/mail-filter/procmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/procmail -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/ChangeLog,v 1.46 2009/09/23 17:55:39 patrick Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/ChangeLog,v 1.47 2011/03/16 10:34:58 eras Exp $ + + 16 Mar 2011; Eray Aslan <eras@gentoo.org> procmail-3.22-r10.ebuild: + change to new style virtual/mda 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> procmail-3.22-r10.ebuild: Remove virtual/libc diff --git a/mail-filter/procmail/procmail-3.22-r10.ebuild b/mail-filter/procmail/procmail-3.22-r10.ebuild index 108e6a5dea7a..c87a90aa7e3c 100644 --- a/mail-filter/procmail/procmail-3.22-r10.ebuild +++ b/mail-filter/procmail/procmail-3.22-r10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/procmail-3.22-r10.ebuild,v 1.10 2009/09/23 17:55:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/procmail-3.22-r10.ebuild,v 1.11 2011/03/16 10:34:58 eras Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -15,7 +15,6 @@ IUSE="mbox selinux" DEPEND="virtual/mta" RDEPEND="selinux? ( sec-policy/selinux-procmail )" -PROVIDE="virtual/mda" src_unpack() { unpack ${A} |