diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-07-05 20:19:26 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-07-05 20:19:26 +0000 |
commit | 2235d79627eb3dc31b97a6ef19106fc01c2185c8 (patch) | |
tree | 11a315984f3dbb8ba216991691feb08ab1f4b20b /net-libs | |
parent | Added setuptools depend (diff) | |
download | gentoo-2-2235d79627eb3dc31b97a6ef19106fc01c2185c8.tar.gz gentoo-2-2235d79627eb3dc31b97a6ef19106fc01c2185c8.tar.bz2 gentoo-2-2235d79627eb3dc31b97a6ef19106fc01c2185c8.zip |
Stable on ppc64; bug #183898
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/c-client/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/c-client/c-client-2004g.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/c-client/ChangeLog b/net-libs/c-client/ChangeLog index c0ecb8e126d7..6994b275344b 100644 --- a/net-libs/c-client/ChangeLog +++ b/net-libs/c-client/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/c-client # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.38 2007/07/04 18:08:27 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.39 2007/07/05 20:19:26 corsair Exp $ + + 05 Jul 2007; Markus Rothe <corsair@gentoo.org> c-client-2004g.ebuild: + Stable on ppc64; bug #183898 04 Jul 2007; Christoph Mende <angelos@gentoo.org> c-client-2004g.ebuild: Stable on amd64 wrt bug #183898 diff --git a/net-libs/c-client/c-client-2004g.ebuild b/net-libs/c-client/c-client-2004g.ebuild index 501f23985c30..d681e47ac81e 100644 --- a/net-libs/c-client/c-client-2004g.ebuild +++ b/net-libs/c-client/c-client-2004g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v 1.8 2007/07/04 18:08:27 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v 1.9 2007/07/05 20:19:26 corsair 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="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="ssl pam kernel_linux kernel_FreeBSD" RDEPEND="ssl? ( dev-libs/openssl ) |