summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-01-01 01:28:30 +0000
committerSven Wegener <swegener@gentoo.org>2006-01-01 01:28:30 +0000
commit02af8dab2640f88cc022ea82398327cf30e621d2 (patch)
tree79673f3031ebdf8385aa9ade763727f739424a23 /net-mail
parentuse full atoms for built_with_use (diff)
downloadgentoo-2-02af8dab2640f88cc022ea82398327cf30e621d2.tar.gz
gentoo-2-02af8dab2640f88cc022ea82398327cf30e621d2.tar.bz2
gentoo-2-02af8dab2640f88cc022ea82398327cf30e621d2.zip
use full atoms for has_version
(Portage version: 2.0.53)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/dovecot/dovecot-1.0_alpha5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/dovecot/dovecot-1.0_alpha5.ebuild b/net-mail/dovecot/dovecot-1.0_alpha5.ebuild
index 058995de3502..9e5f4cabf7c3 100644
--- a/net-mail/dovecot/dovecot-1.0_alpha5.ebuild
+++ b/net-mail/dovecot/dovecot-1.0_alpha5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_alpha5.ebuild,v 1.1 2005/12/14 23:32:08 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_alpha5.ebuild,v 1.2 2006/01/01 01:28:30 swegener Exp $
inherit eutils
@@ -47,7 +47,7 @@ src_compile() {
# if [[ ${KERNEL} == "linux" ]] ; then
# # epoll is too unstable
# # myconf="${myconf} --with-ioloop=epoll"
-# if has_version ">=linux-headers-2.6.13" ; then
+# if has_version ">=sys-kernel/linux-headers-2.6.13" ; then
# myconf="${myconf} --with-notify=inotify"
# fi
# fi