diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-06 10:27:49 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-06 10:27:49 +0000 |
commit | 445391567e069b0d134c31ad0dfd78516506c6d1 (patch) | |
tree | d92cb0a7943a578fe129d57b5554bbbe0b636454 /net-libs | |
parent | Remove USE-flag dependency on net-libs/qxmpp-9999, 'extras' USE-flag was drop... (diff) | |
download | gentoo-2-445391567e069b0d134c31ad0dfd78516506c6d1.tar.gz gentoo-2-445391567e069b0d134c31ad0dfd78516506c6d1.tar.bz2 gentoo-2-445391567e069b0d134c31ad0dfd78516506c6d1.zip |
Stable ppc64, bug #421479
(Portage version: 2.1.11.9/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 b3e41213d441..8c03e9e7fd5c 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.16 2012/09/02 13:30:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.17 2012/09/06 10:27:49 blueness Exp $ + + 06 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cyassl-2.2.0.ebuild: + Stable ppc64, bug #421479 02 Sep 2012; Anthony G. Basile <blueness@gentoo.org> cyassl-2.3.0.ebuild: Rekeyword ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 diff --git a/net-libs/cyassl/cyassl-2.2.0.ebuild b/net-libs/cyassl/cyassl-2.2.0.ebuild index 35567203c502..d5d8baf46a96 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.12 2012/09/02 13:18:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.2.0.ebuild,v 1.13 2012/09/06 10:27:49 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" |