diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-04-19 01:11:48 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-04-19 01:11:48 +0000 |
commit | ed5aa11dd3e3c1d481b795cd09798e21eb691ca9 (patch) | |
tree | 30f628f7b222f924d73ad9962fab8548931965c3 /net-mail/vpopmail | |
parent | Version bump. Removed versions unavailable upstream. (diff) | |
download | historical-ed5aa11dd3e3c1d481b795cd09798e21eb691ca9.tar.gz historical-ed5aa11dd3e3c1d481b795cd09798e21eb691ca9.tar.bz2 historical-ed5aa11dd3e3c1d481b795cd09798e21eb691ca9.zip |
updated use flag to amd64 add to IUSE as well
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-mail/vpopmail')
-rw-r--r-- | net-mail/vpopmail/Manifest | 2 | ||||
-rw-r--r-- | net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/vpopmail/Manifest b/net-mail/vpopmail/Manifest index 74c9a2fbf45a..a808f92c9c18 100644 --- a/net-mail/vpopmail/Manifest +++ b/net-mail/vpopmail/Manifest @@ -3,7 +3,7 @@ MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 0ff288b8ae4cd23414ca59cd3e602f69 vpopmail-5.2.2-r1.ebuild 7452 MD5 bbc62246c05e4aeea634d409670a5938 vpopmail-5.4.6-r1.ebuild 7649 MD5 2828b048c4925e917c933c2819e0f6c9 vpopmail-5.4.9.ebuild 7574 -MD5 95f601d14aabb8e97ad97787b34cb17f vpopmail-5.4.9-r1.ebuild 7727 +MD5 96fd6e5d5450b8e6050f80e16f3b8f67 vpopmail-5.4.9-r1.ebuild 7732 MD5 3041a3223960dc956b67ac1230f00db7 files/99vpopmail 86 MD5 d0bc9f5393a1f0602c71fdee0b3d2cd8 files/digest-vpopmail-5.2.2-r1 134 MD5 1c75d4c70c599202edf1d9599bf40ef2 files/digest-vpopmail-5.4.6-r1 66 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() { |