blueness 14/06/04 14:00:26 Modified: cyassl-3.0.0.ebuild cyassl-2.9.4.ebuild ChangeLog Log: Fix USE=debug, bug #512314 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 net-libs/cyassl/cyassl-3.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild?r1=1.1&r2=1.2 Index: cyassl-3.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cyassl-3.0.0.ebuild 31 May 2014 13:20:34 -0000 1.1 +++ cyassl-3.0.0.ebuild 4 Jun 2014 14:00:26 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild,v 1.1 2014/05/31 13:20:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild,v 1.2 2014/06/04 14:00:26 blueness Exp $ EAPI="5" @@ -45,6 +45,10 @@ src_configure() { local myconf=() + if use debug; then + myconf+=( --enable-debug ) + fi + if use x86; then #not pie friendly, sorry x86, no fast math for you :( myconf+=( --disable-keygen --disable-fastmath --disable-fasthugemath --disable-bump ) @@ -59,7 +63,6 @@ $(usex threads --disable-singlethreaded --enable-singlethreaded) \ \ --disable-silent-rules \ - --enable-keygen \ --enable-certgen \ --disable-stacksize \ --disable-ntru \ @@ -118,7 +121,6 @@ $(use_enable truncatedhmac) \ $(use_enable tlsx) \ \ - $(use_enable debug) \ $(use_enable errorstrings) \ $(use_enable memory) \ \ 1.3 net-libs/cyassl/cyassl-2.9.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild?r1=1.2&r2=1.3 Index: cyassl-2.9.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cyassl-2.9.4.ebuild 31 May 2014 13:12:54 -0000 1.2 +++ cyassl-2.9.4.ebuild 4 Jun 2014 14:00:26 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild,v 1.2 2014/05/31 13:12:54 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild,v 1.3 2014/06/04 14:00:26 blueness Exp $ EAPI="5" @@ -45,6 +45,10 @@ src_configure() { local myconf=() + if use debug; then + myconf+=( --enable-debug ) + fi + if use x86; then #not pie friendly, sorry x86, no fast math for you :( myconf+=( --disable-keygen --disable-fastmath --disable-fasthugemath --disable-bump ) @@ -116,7 +120,6 @@ $(use_enable truncatedhmac) \ $(use_enable tlsx) \ \ - $(use_enable debug) \ $(use_enable errorstrings) \ $(use_enable memory) \ \ 1.52 net-libs/cyassl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 31 May 2014 13:20:34 -0000 1.51 +++ ChangeLog 4 Jun 2014 14:00:26 -0000 1.52 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/cyassl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.51 2014/05/31 13:20:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.52 2014/06/04 14:00:26 blueness Exp $ + + 04 Jun 2014; Anthony G. Basile <[email protected]> cyassl-2.9.4.ebuild, + cyassl-3.0.0.ebuild: + Fix USE=debug, bug #512314 *cyassl-3.0.0 (31 May 2014)
