diff options
author | 2013-02-14 13:08:20 +0000 | |
---|---|---|
committer | 2013-02-14 13:08:20 +0000 | |
commit | e7019d0890d62abc0ac587b692e8144f024d04cb (patch) | |
tree | 3c59c16673b17d7b7762cea83bb745e09f548acf /net-libs/cyassl | |
parent | Stable on amd64, wrt bug #457414 (diff) | |
download | gentoo-2-e7019d0890d62abc0ac587b692e8144f024d04cb.tar.gz gentoo-2-e7019d0890d62abc0ac587b692e8144f024d04cb.tar.bz2 gentoo-2-e7019d0890d62abc0ac587b692e8144f024d04cb.zip |
Stable for amd64, wrt bug #455766
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/cyassl')
-rw-r--r-- | net-libs/cyassl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/cyassl/cyassl-2.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/cyassl/ChangeLog b/net-libs/cyassl/ChangeLog index 4acfb3a1d4f1..5ae871a86ec7 100644 --- a/net-libs/cyassl/ChangeLog +++ b/net-libs/cyassl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/cyassl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.33 2013/02/13 16:53:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.34 2013/02/14 13:08:20 ago Exp $ + + 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cyassl-2.5.0.ebuild: + Stable for amd64, wrt bug #455766 13 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cyassl-2.5.0.ebuild: Stable for ppc64, wrt bug #455766 diff --git a/net-libs/cyassl/cyassl-2.5.0.ebuild b/net-libs/cyassl/cyassl-2.5.0.ebuild index 1400110f44cf..bf2ea1246136 100644 --- a/net-libs/cyassl/cyassl-2.5.0.ebuild +++ b/net-libs/cyassl/cyassl-2.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.5.0.ebuild,v 1.6 2013/02/13 16:53:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.5.0.ebuild,v 1.7 2013/02/14 13:08:20 ago Exp $ EAPI="5" @@ -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" |