diff options
author | 2005-04-06 22:39:08 +0000 | |
---|---|---|
committer | 2005-04-06 22:39:08 +0000 | |
commit | 3fb08cde877e0ec46dca33677986e86a21e1934d (patch) | |
tree | b15379f301ec534b2ad1c69d09adc4a73acd451e /net-libs/c-client | |
parent | need to call games_pkg_setup in pkg_setup (diff) | |
download | gentoo-2-3fb08cde877e0ec46dca33677986e86a21e1934d.tar.gz gentoo-2-3fb08cde877e0ec46dca33677986e86a21e1934d.tar.bz2 gentoo-2-3fb08cde877e0ec46dca33677986e86a21e1934d.zip |
Marked stable on amd64.
(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 5cbe673b54e5..0ae377489024 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.26 2005/04/01 15:22:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.27 2005/04/06 22:39:08 cryos Exp $ + + 06 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> + c-client-2004a-r1.ebuild: + Marked stable on amd64. 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> c-client-2004a-r1.ebuild: stable on ia64 diff --git a/net-libs/c-client/c-client-2004a-r1.ebuild b/net-libs/c-client/c-client-2004a-r1.ebuild index a9d7f0ccbff6..9309f303e35f 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.6 2005/04/01 23:08:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004a-r1.ebuild,v 1.7 2005/04/06 22:39:08 cryos 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 sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sparc x86" IUSE="ssl pam" RDEPEND="ssl? ( dev-libs/openssl ) |