diff options
author | Dean Bailey <alron@gentoo.org> | 2003-05-28 22:41:11 +0000 |
---|---|---|
committer | Dean Bailey <alron@gentoo.org> | 2003-05-28 22:41:11 +0000 |
commit | 1a3a929e74056a4746bf390f2e375477e273bcda (patch) | |
tree | a861065389a85fc90ad4ff190470e04c81cc4c27 /net-mail/vimap | |
parent | Bump vimap to 2002c (diff) | |
download | historical-1a3a929e74056a4746bf390f2e375477e273bcda.tar.gz historical-1a3a929e74056a4746bf390f2e375477e273bcda.tar.bz2 historical-1a3a929e74056a4746bf390f2e375477e273bcda.zip |
whuups, it was x86 and not ~x86 like its supposed to be.
Diffstat (limited to 'net-mail/vimap')
-rw-r--r-- | net-mail/vimap/Manifest | 2 | ||||
-rw-r--r-- | net-mail/vimap/vimap-2002c.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/vimap/Manifest b/net-mail/vimap/Manifest index 1838731eda77..6305d488a470 100644 --- a/net-mail/vimap/Manifest +++ b/net-mail/vimap/Manifest @@ -1,5 +1,5 @@ MD5 e5c150eb76b7716b5536b069559d0849 ChangeLog 922 -MD5 44904576632fe1a64ceace6e41fab883 vimap-2002c.ebuild 2698 +MD5 f578fae4c055e6d3c128b59ca3056755 vimap-2002c.ebuild 2699 MD5 ff493c5938360a4411843914673d4a05 files/digest-vimap-2002c 63 MD5 0ec3cd52bf3e7064a3d9e60a5ac16291 files/imap-2002c-virtual.patch.bz2 10394 MD5 2ea01084955d1baee1120d142734f18f files/uw-imap.pam-system-auth 339 diff --git a/net-mail/vimap/vimap-2002c.ebuild b/net-mail/vimap/vimap-2002c.ebuild index fe4d9a569f1a..d8878d2f3a75 100644 --- a/net-mail/vimap/vimap-2002c.ebuild +++ b/net-mail/vimap/vimap-2002c.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/vimap/vimap-2002c.ebuild,v 1.1 2003/05/28 22:12:10 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vimap/vimap-2002c.ebuild,v 1.2 2003/05/28 22:40:58 alron Exp $ S=${WORKDIR}/imap-2002c1 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.washington.edu/imap/ http://vimap.sf.net/" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~sparc ~ppc ~hppa ~alpha" +KEYWORDS="~x86 ~sparc ~ppc ~hppa ~alpha" IUSE="ssl mbox" PROVIDE="virtual/imapd" |