summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/c-client/ChangeLog6
-rw-r--r--net-libs/c-client/c-client-2004a-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/c-client/ChangeLog b/net-libs/c-client/ChangeLog
index 946cd88faa2f..8cd2ef14a2d1 100644
--- a/net-libs/c-client/ChangeLog
+++ b/net-libs/c-client/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/c-client
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.22 2005/03/10 23:32:27 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.23 2005/03/31 02:25:20 robbat2 Exp $
+
+ 30 Mar 2005; Robin H. Johnson <robbat2@gentoo.org>
+ c-client-2004a-r1.ebuild:
+ Move 2004a-r1 to stable x86.
10 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> c-client-2004a-r1.ebuild:
Tiny cleanup in symlink creation of the .so.
diff --git a/net-libs/c-client/c-client-2004a-r1.ebuild b/net-libs/c-client/c-client-2004a-r1.ebuild
index 1250a557f5e7..8788f9b7a395 100644
--- a/net-libs/c-client/c-client-2004a-r1.ebuild
+++ b/net-libs/c-client/c-client-2004a-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-libs/c-client/c-client-2004a-r1.ebuild,v 1.2 2005/03/10 23:32:27 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004a-r1.ebuild,v 1.3 2005/03/31 02:25:20 robbat2 Exp $
inherit flag-o-matic eutils libtool
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64 ~mips"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64 ~mips"
IUSE="ssl pam"
RDEPEND="ssl? ( dev-libs/openssl )