diff options
-rw-r--r-- | net-libs/courier-authlib/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.58.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/courier-authlib/ChangeLog b/net-libs/courier-authlib/ChangeLog index 2697a66aeea5..f085c4fd8a78 100644 --- a/net-libs/courier-authlib/ChangeLog +++ b/net-libs/courier-authlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/courier-authlib -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.49 2005/12/10 04:48:16 swtaylor Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.50 2006/01/17 13:57:15 fuzzyray Exp $ + + 17 Jan 2006; Paul Varner <fuzzyray@gentoo.org> + courier-authlib-0.58.ebuild: + Stable on x86. Bug #119055 *courier-authlib-0.58 (10 Dec 2005) diff --git a/net-libs/courier-authlib/courier-authlib-0.58.ebuild b/net-libs/courier-authlib/courier-authlib-0.58.ebuild index 508ddebd2592..9022a5582df9 100644 --- a/net-libs/courier-authlib/courier-authlib-0.58.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.58.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.58.ebuild,v 1.1 2005/12/10 04:48:16 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.58.ebuild,v 1.2 2006/01/17 13:57:15 fuzzyray Exp $ inherit eutils gnuconfig flag-o-matic @@ -12,7 +12,7 @@ S="${WORKDIR}/${P%%_pre}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="postgres ldap mysql berkdb gdbm pam crypt debug" RESTRICT="nouserpriv" |