diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-15 12:35:20 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-15 12:35:20 +0000 |
commit | 8475beeaa119415462db5ebcfad2013dec3c68fc (patch) | |
tree | 06e5cb7aede578ef2eb145374f12145ba882abf2 /net-mail | |
parent | powersave unmasked thanks to Martin Wohlleben <martin.wohlleben@gmx.de> in bu... (diff) | |
download | gentoo-2-8475beeaa119415462db5ebcfad2013dec3c68fc.tar.gz gentoo-2-8475beeaa119415462db5ebcfad2013dec3c68fc.tar.bz2 gentoo-2-8475beeaa119415462db5ebcfad2013dec3c68fc.zip |
Stabgle on SPARC wrt bug #143830.
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courier-imap/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/courier-imap/courier-imap-4.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/courier-imap/ChangeLog b/net-mail/courier-imap/ChangeLog index 281d07385b90..10196789d8bc 100644 --- a/net-mail/courier-imap/ChangeLog +++ b/net-mail/courier-imap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/courier-imap # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.128 2006/08/14 17:00:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.129 2006/08/15 12:35:20 weeve Exp $ + + 15 Aug 2006; Jason Wever <weeve@gentoo.org> courier-imap-4.0.4.ebuild: + Stabgle on SPARC wrt bug #143830. 14 Aug 2006; Jeroen Roovers <jer@gentoo.org> courier-imap-4.0.4.ebuild: Stable for HPPA (bug #143830). diff --git a/net-mail/courier-imap/courier-imap-4.0.4.ebuild b/net-mail/courier-imap/courier-imap-4.0.4.ebuild index 165094deab60..a96477afbacd 100644 --- a/net-mail/courier-imap/courier-imap-4.0.4.ebuild +++ b/net-mail/courier-imap/courier-imap-4.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-4.0.4.ebuild,v 1.5 2006/08/14 17:00:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-4.0.4.ebuild,v 1.6 2006/08/15 12:35:20 weeve Exp $ inherit eutils gnuconfig IUSE="fam berkdb gdbm debug ipv6 nls selinux" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86" #userpriv breaks linking against vpopmail RESTRICT="nouserpriv" |