diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-11-29 22:57:40 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-11-29 22:57:40 +0000 |
commit | 06a9521b9339a664a45f4f589b76a1a0466d3f56 (patch) | |
tree | dce19056de68ec59ee2aec4bbc48c284f1a3c72b /net-mail/courier-imap/courier-imap-3.0.8.ebuild | |
parent | profile updates (diff) | |
download | gentoo-2-06a9521b9339a664a45f4f589b76a1a0466d3f56.tar.gz gentoo-2-06a9521b9339a664a45f4f589b76a1a0466d3f56.tar.bz2 gentoo-2-06a9521b9339a664a45f4f589b76a1a0466d3f56.zip |
app-admin/fam -> virtual/fam, for bug #67170.
Diffstat (limited to 'net-mail/courier-imap/courier-imap-3.0.8.ebuild')
-rw-r--r-- | net-mail/courier-imap/courier-imap-3.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/courier-imap/courier-imap-3.0.8.ebuild b/net-mail/courier-imap/courier-imap-3.0.8.ebuild index 83415ac50945..4a14bdf5b61e 100644 --- a/net-mail/courier-imap/courier-imap-3.0.8.ebuild +++ b/net-mail/courier-imap/courier-imap-3.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-3.0.8.ebuild,v 1.11 2004/11/27 06:22:43 malverian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-3.0.8.ebuild,v 1.12 2004/11/29 22:57:40 ticho Exp $ inherit eutils gnuconfig @@ -152,7 +152,7 @@ src_compile() { myconf="${myconf} --without-redhat" # bug #29879 - FAM support - #if has_version 'app-admin/fam' && ! use fam; then + #if has_version 'virtual/fam' && ! use fam; then # ewarn "FAM will be detected by the package and support will be enabled" # ewarn "The package presently provides no way to disable fam support if you don't want it" #fi |