diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-25 15:17:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-25 15:17:10 +0000 |
commit | a79643fb7ee63c35dc380ac016b4b4718e5ccdbf (patch) | |
tree | e7715196f53e74a448ebde8316aaecf83e75f591 /net-libs/cyassl | |
parent | Stable for amd64, wrt bug #421479 (diff) | |
download | gentoo-2-a79643fb7ee63c35dc380ac016b4b4718e5ccdbf.tar.gz gentoo-2-a79643fb7ee63c35dc380ac016b4b4718e5ccdbf.tar.bz2 gentoo-2-a79643fb7ee63c35dc380ac016b4b4718e5ccdbf.zip |
Stable for amd64, wrt 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 e6f0045a94a9..6baf0ac4e768 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.11 2012/08/25 09:18:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.12 2012/08/25 15:17:10 ago Exp $ + + 25 Aug 2012; Agostino Sarubbo <ago@gentoo.org> cyassl-2.2.0.ebuild: + Stable for amd64, wrt bug #421479 25 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cyassl-2.2.0.ebuild: Stable arm, bug #421479 diff --git a/net-libs/cyassl/cyassl-2.2.0.ebuild b/net-libs/cyassl/cyassl-2.2.0.ebuild index 461a4937edbe..1e891b7ce77c 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.8 2012/08/25 09:18:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.2.0.ebuild,v 1.9 2012/08/25 15:17:10 ago 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" |