diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-27 19:03:06 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-27 19:03:06 +0000 |
commit | e758e61b01ec86a4ca478ddc14e77d6f007f5261 (patch) | |
tree | aa1ef44284e363e122c49fe8e36a8f2b7dd2da8c /mail-filter | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-e758e61b01ec86a4ca478ddc14e77d6f007f5261.tar.gz gentoo-2-e758e61b01ec86a4ca478ddc14e77d6f007f5261.tar.bz2 gentoo-2-e758e61b01ec86a4ca478ddc14e77d6f007f5261.zip |
Selinux policy support. Bug #79751.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/procmail/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/procmail/procmail-3.22-r6.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/mail-filter/procmail/ChangeLog b/mail-filter/procmail/ChangeLog index 171c9f1a3ec7..e6c29347c077 100644 --- a/mail-filter/procmail/ChangeLog +++ b/mail-filter/procmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/procmail -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/ChangeLog,v 1.10 2004/12/08 01:16:49 swtaylor Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/ChangeLog,v 1.11 2005/01/27 19:03:06 ticho Exp $ + + 27 Jan 2005; Andrej Kacian <ticho@gentoo.org> procmail-3.22-r6.ebuild: + Added selinux support. Bug #79751. 07 Dec 2004; Scott W Taylor <swtaylor@gentoo.org> procmail-3.22-r6.ebuild: remove mail-mta/courier block diff --git a/mail-filter/procmail/procmail-3.22-r6.ebuild b/mail-filter/procmail/procmail-3.22-r6.ebuild index e9f7ed8df13c..d70826911127 100644 --- a/mail-filter/procmail/procmail-3.22-r6.ebuild +++ b/mail-filter/procmail/procmail-3.22-r6.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-filter/procmail/procmail-3.22-r6.ebuild,v 1.11 2004/12/08 01:16:49 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/procmail-3.22-r6.ebuild,v 1.12 2005/01/27 19:03:06 ticho Exp $ inherit eutils @@ -11,11 +11,12 @@ SRC_URI="http://www.procmail.org/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips s390 ppc64" -IUSE="mbox" +IUSE="mbox selinux" PROVIDE="virtual/mda" DEPEND="virtual/libc virtual/mta" -RDEPEND="virtual/libc" +RDEPEND="virtual/libc + selinux? ( sec-policy/selinux-procmail )" src_compile() { # With gcc-3.1 and newer, there is a bug with aggressive optimization caused by |