summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2009-04-28 07:37:04 +0000
committerMarkus Ullmann <jokey@gentoo.org>2009-04-28 07:37:04 +0000
commit7cfb4d8296b475e27b918396ae6c0fc459423de0 (patch)
tree54e23cd5e326da87472619d48df03399aec89f22 /mail-mta
parentAdd as dependency for qpsmtpd (diff)
downloadgentoo-2-7cfb4d8296b475e27b918396ae6c0fc459423de0.tar.gz
gentoo-2-7cfb4d8296b475e27b918396ae6c0fc459423de0.tar.bz2
gentoo-2-7cfb4d8296b475e27b918396ae6c0fc459423de0.zip
Keyword testing on verified arches
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/qpsmtpd/metadata.xml2
-rw-r--r--mail-mta/qpsmtpd/qpsmtpd-0.81.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/qpsmtpd/metadata.xml b/mail-mta/qpsmtpd/metadata.xml
index f9e5fe681d13..86298214ab3e 100644
--- a/mail-mta/qpsmtpd/metadata.xml
+++ b/mail-mta/qpsmtpd/metadata.xml
@@ -7,7 +7,7 @@
<name>Markus Ullmann</name>
</maintainer>
<use>
- <flag name='async'>Add deps + support for asynchronous mail reception/processing</flag>
+ <flag name='async'>Add deps + support for asynchronous mail reception/processing as well as preforked daemon</flag>
<flag name='postfix'>create user with permissions for proper postfix interaction</flag>
</use>
</pkgmetadata>
diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.81.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.81.ebuild
index c040ae01d44a..203e09c9c16a 100644
--- a/mail-mta/qpsmtpd/qpsmtpd-0.81.ebuild
+++ b/mail-mta/qpsmtpd/qpsmtpd-0.81.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-0.81.ebuild,v 1.1 2009/04/28 07:11:19 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-0.81.ebuild,v 1.2 2009/04/28 07:37:04 jokey Exp $
EAPI=2
@@ -12,7 +12,7 @@ SRC_URI="http://smtpd.develooper.com/files/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
IUSE="postfix async ipv6 syslog"
RDEPEND=">=dev-lang/perl-5.8.0