diff options
author | 2012-09-02 13:18:06 +0000 | |
---|---|---|
committer | 2012-09-02 13:18:06 +0000 | |
commit | 7d1d49a59414024b1bebc22e42a8064443a9ffe5 (patch) | |
tree | 82ad4aa563f0cb78a82a491f2267b3a98e748b3f /net-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-7d1d49a59414024b1bebc22e42a8064443a9ffe5.tar.gz gentoo-2-7d1d49a59414024b1bebc22e42a8064443a9ffe5.tar.bz2 gentoo-2-7d1d49a59414024b1bebc22e42a8064443a9ffe5.zip |
Stable for HPPA (bug #421479).
(Portage version: 2.2.0_alpha123-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/cyassl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/cyassl/cyassl-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/cyassl/ChangeLog b/net-libs/cyassl/ChangeLog index 905aba0e9a8d..6d8ca1190224 100644 --- a/net-libs/cyassl/ChangeLog +++ b/net-libs/cyassl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/cyassl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.14 2012/08/30 20:54:56 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.15 2012/09/02 13:18:06 jer Exp $ + + 02 Sep 2012; Jeroen Roovers <jer@gentoo.org> cyassl-2.2.0.ebuild: + Stable for HPPA (bug #421479). 30 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cyassl-2.2.0.ebuild: Stable ppc, bug #421479 diff --git a/net-libs/cyassl/cyassl-2.2.0.ebuild b/net-libs/cyassl/cyassl-2.2.0.ebuild index d69b0a79fdad..35567203c502 100644 --- a/net-libs/cyassl/cyassl-2.2.0.ebuild +++ b/net-libs/cyassl/cyassl-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.2.0.ebuild,v 1.11 2012/08/30 20:54:56 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.2.0.ebuild,v 1.12 2012/09/02 13:18:06 jer Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~hppa ~mips ppc ~ppc64 x86" +KEYWORDS="amd64 arm hppa ~mips ppc ~ppc64 x86" #Add CRYPTO_OPTS=ecc when fixed CACHE_SIZE="small big +huge" |