diff options
author | Olivier Crête <tester@gentoo.org> | 2003-07-21 15:02:14 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-07-21 15:02:14 +0000 |
commit | cc74842185833030b388b5fbbf4470e08b68a741 (patch) | |
tree | 4166d0de2f3ba2542209792175ba76eaf5e25928 | |
parent | Add amd64 (diff) | |
download | gentoo-2-cc74842185833030b388b5fbbf4470e08b68a741.tar.gz gentoo-2-cc74842185833030b388b5fbbf4470e08b68a741.tar.bz2 gentoo-2-cc74842185833030b388b5fbbf4470e08b68a741.zip |
Add amd64 to postfix
-rw-r--r-- | net-mail/postfix/Manifest | 6 | ||||
-rw-r--r-- | net-mail/postfix/postfix-2.0.11.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mail/postfix/Manifest b/net-mail/postfix/Manifest index 03e5673a9c1e..57210ed414b8 100644 --- a/net-mail/postfix/Manifest +++ b/net-mail/postfix/Manifest @@ -1,11 +1,11 @@ MD5 82ba4d66f539a469d378ace55799f833 postfix-2.0.10-r1.ebuild 6158 MD5 566f7daa4609b8810c25756710ab63a1 postfix-2.0.13.ebuild 6382 -MD5 24ff6ca18b7db3e958de04e1ae5f71dc postfix-2.0.13-r1.ebuild 6400 +MD5 be3bcf948577a881d6bf8bcd689f1136 postfix-2.0.13-r1.ebuild 6399 MD5 656396a2cf9d1d2c05cd6b55dc9e988d postfix-2.0.9.ebuild 6242 MD5 0adbbef42d28091a11b3b675345dae91 postfix-1.1.11.20020917-r1.ebuild 4942 MD5 c1939447e7af5681008b1bb8e1cf7a95 postfix-2.0.12-r1.ebuild 6027 -MD5 251d48da83e46f023d774e15a1fc1cfd ChangeLog 16698 -MD5 af938633600e0c31233af17f2c5008c5 postfix-2.0.11.ebuild 6024 +MD5 a53cf91336568752f4439d528b076f4e ChangeLog 16697 +MD5 9d4e7c0493fcfc6f5009c8dccb81c3d7 postfix-2.0.11.ebuild 6030 MD5 c79b19f95cb38b8802966d7efb54bc60 postfix-1.1.11.20020917.ebuild 4924 MD5 a3eadfcfa0bf6f88ccff41e2d065745b files/postfix-2.0.8_patch.patch 552 MD5 6775371821db3139dd2470c794a1e01f files/digest-postfix-1.1.11.20020917-r1 166 diff --git a/net-mail/postfix/postfix-2.0.11.ebuild b/net-mail/postfix/postfix-2.0.11.ebuild index dc53347683ea..56681d5fe460 100644 --- a/net-mail/postfix/postfix-2.0.11.ebuild +++ b/net-mail/postfix/postfix-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.11.ebuild,v 1.8 2003/07/18 20:34:39 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.11.ebuild,v 1.9 2003/07/21 15:02:10 tester Exp $ IUSE="ssl mysql sasl ldap ipv6 maildir mbox" @@ -20,7 +20,7 @@ SRC_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official/${P}.tar.gz SLOT="0" LICENSE="IPL-1" -KEYWORDS="x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc amd64" PROVIDE="virtual/mta virtual/mda" |