diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-03-31 02:25:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-03-31 02:25:20 +0000 |
commit | 6a4b877e4f8c3203b0316380fba9969c5edfb3ae (patch) | |
tree | 4be9cab3d9181529c8f1d7be8cdc1c22499fc178 /net-libs/c-client | |
parent | Mask the new mono-1.1.5-r1 (diff) | |
download | gentoo-2-6a4b877e4f8c3203b0316380fba9969c5edfb3ae.tar.gz gentoo-2-6a4b877e4f8c3203b0316380fba9969c5edfb3ae.tar.bz2 gentoo-2-6a4b877e4f8c3203b0316380fba9969c5edfb3ae.zip |
Move 2004a-r1 to stable x86.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/c-client')
-rw-r--r-- | net-libs/c-client/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/c-client/c-client-2004a-r1.ebuild | 4 |
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 ) |