summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2005-04-19 01:11:48 +0000
committerJory Pratt <anarchy@gentoo.org>2005-04-19 01:11:48 +0000
commita32583da3c8614cf1267b512b9513aede82a4206 (patch)
tree4e3e568487a0262cc6a11348559fc991cce37871 /net-mail
parentVersion bump. Removed versions unavailable upstream. (diff)
downloadgentoo-2-a32583da3c8614cf1267b512b9513aede82a4206.tar.gz
gentoo-2-a32583da3c8614cf1267b512b9513aede82a4206.tar.bz2
gentoo-2-a32583da3c8614cf1267b512b9513aede82a4206.zip
updated use flag to amd64 add to IUSE as well
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild b/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild
index a74c5cb309ec..c204b1255347 100644
--- a/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild
+++ b/net-mail/vpopmail/vpopmail-5.4.9-r1.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/vpopmail/vpopmail-5.4.9-r1.ebuild,v 1.1 2005/04/17 23:07:00 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild,v 1.2 2005/04/19 01:11:48 anarchy Exp $
inherit eutils gnuconfig fixheadtails flag-o-matic
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
-IUSE="mysql ipalias clearpasswd"
+IUSE="mysql ipalias clearpasswd amd64"
# vpopmail will NOT build if non-root.
RESTRICT="nouserpriv"
DEPEND_COMMON="mail-mta/qmail
@@ -32,7 +32,7 @@ VPOP_DEFAULT_HOME="/var/vpopmail"
VPOP_HOME="$VPOP_DEFAULT_HOME"
# So -fPIC is used which allows courier-authlib to build on amd64 bug #81605
-if use x86_64; then export CFLAGS="${CFLAGS} -fPIC"; fi
+if use amd64; then export CFLAGS="${CFLAGS} -fPIC"; fi
# This makes sure the variable is set, and that it isn't null.
vpopmail_set_homedir() {