diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-30 20:54:56 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-30 20:54:56 +0000 |
commit | c5612c4741a4538671811ded38d74f3ac15be6fa (patch) | |
tree | 8142f1153e02fe5a96e776a8700ab7d074e187b6 /net-libs/cyassl | |
parent | Version bump. (diff) | |
download | gentoo-2-c5612c4741a4538671811ded38d74f3ac15be6fa.tar.gz gentoo-2-c5612c4741a4538671811ded38d74f3ac15be6fa.tar.bz2 gentoo-2-c5612c4741a4538671811ded38d74f3ac15be6fa.zip |
Stable ppc, bug #421479
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/cyassl')
-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 12447761d7dd..905aba0e9a8d 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.13 2012/08/28 18:46:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.14 2012/08/30 20:54:56 blueness Exp $ + + 30 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cyassl-2.2.0.ebuild: + Stable ppc, bug #421479 28 Aug 2012; Raúl Porcel <armin76@gentoo.org> cyassl-2.2.0.ebuild: x86 stable wrt #421479 diff --git a/net-libs/cyassl/cyassl-2.2.0.ebuild b/net-libs/cyassl/cyassl-2.2.0.ebuild index c7fa88b4cdea..d69b0a79fdad 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.10 2012/08/28 18:46:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.2.0.ebuild,v 1.11 2012/08/30 20:54:56 blueness 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" |