diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-30 14:28:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-30 14:28:00 +0000 |
commit | defa163f9c1590a43859f24c54e8078b2f57e6c8 (patch) | |
tree | d7ff965fb5911ec0cc9468ac939170b9513b86a1 /net-libs | |
parent | revbump; -4.2.0-r1, python eclass added to enable & ensure a py2 build wrt Bu... (diff) | |
download | gentoo-2-defa163f9c1590a43859f24c54e8078b2f57e6c8.tar.gz gentoo-2-defa163f9c1590a43859f24c54e8078b2f57e6c8.tar.bz2 gentoo-2-defa163f9c1590a43859f24c54e8078b2f57e6c8.zip |
Stable for HPPA (bug #448980).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/cyassl/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/cyassl/cyassl-2.4.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/cyassl/ChangeLog b/net-libs/cyassl/ChangeLog index 80b7612b2907..70aef82c5ec3 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.19 2012/12/28 01:55:02 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.20 2013/01/30 14:28:00 jer Exp $ + + 30 Jan 2013; Jeroen Roovers <jer@gentoo.org> cyassl-2.4.6.ebuild: + Stable for HPPA (bug #448980). *cyassl-2.4.6 (28 Dec 2012) diff --git a/net-libs/cyassl/cyassl-2.4.6.ebuild b/net-libs/cyassl/cyassl-2.4.6.ebuild index c0e1d982e237..667482534699 100644 --- a/net-libs/cyassl/cyassl-2.4.6.ebuild +++ b/net-libs/cyassl/cyassl-2.4.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.4.6.ebuild,v 1.1 2012/12/28 01:55:02 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.4.6.ebuild,v 1.2 2013/01/30 14:28:00 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" |