diff options
author | 2015-03-19 21:14:17 +0000 | |
---|---|---|
committer | 2015-03-19 21:14:17 +0000 | |
commit | 41970fd230d77785b3c41654c5fb4caab98218e0 (patch) | |
tree | 61ae8b945fd847fd5b66bea3d6590352227a8939 /dev-libs/openssl | |
parent | Fix hpn usage of openssl checks #543736 by Andrei Slavoiu. (diff) | |
download | gentoo-2-41970fd230d77785b3c41654c5fb4caab98218e0.tar.gz gentoo-2-41970fd230d77785b3c41654c5fb4caab98218e0.tar.bz2 gentoo-2-41970fd230d77785b3c41654c5fb4caab98218e0.zip |
Fix typos and re-add RESTRICT in newer ebuild.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-1.0.2-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-1.0.2a.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index b3a779cf6f18..4b6dfd1148b0 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.638 2015/03/19 20:47:26 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.639 2015/03/19 21:14:17 vapier Exp $ + + 19 Mar 2015; Mike Frysinger <vapier@gentoo.org> openssl-1.0.2-r3.ebuild, + openssl-1.0.2a.ebuild: + Fix typos and re-add RESTRICT in newer ebuild. *openssl-1.0.2a (19 Mar 2015) *openssl-1.0.1m (19 Mar 2015) diff --git a/dev-libs/openssl/openssl-1.0.2-r3.ebuild b/dev-libs/openssl/openssl-1.0.2-r3.ebuild index 2e634ebe1e0f..d1e28ae80ae5 100644 --- a/dev-libs/openssl/openssl-1.0.2-r3.ebuild +++ b/dev-libs/openssl/openssl-1.0.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2-r3.ebuild,v 1.2 2015/03/19 17:55:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2-r3.ebuild,v 1.3 2015/03/19 21:14:17 vapier Exp $ EAPI="4" @@ -122,7 +122,7 @@ multilib_src_configure() { # IDEA: Expired http://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm # EC: ????????? ??/??/2015 http://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography # MDC2: Expired http://en.wikipedia.org/wiki/MDC-2 - # RC5: Expirted http://en.wikipedia.org/wiki/RC5 + # RC5: Expired http://en.wikipedia.org/wiki/RC5 use_ssl() { usex $1 "enable-${2:-$1}" "no-${2:-$1}" " ${*:3}" ; } echoit() { echo "$@" ; "$@" ; } diff --git a/dev-libs/openssl/openssl-1.0.2a.ebuild b/dev-libs/openssl/openssl-1.0.2a.ebuild index b25a51c636b9..9999d82ed1c5 100644 --- a/dev-libs/openssl/openssl-1.0.2a.ebuild +++ b/dev-libs/openssl/openssl-1.0.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2a.ebuild,v 1.1 2015/03/19 20:47:26 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2a.ebuild,v 1.2 2015/03/19 21:14:17 vapier Exp $ EAPI="4" @@ -17,6 +17,7 @@ LICENSE="openssl" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 static-libs test +tls-heartbeat vanilla zlib" +RESTRICT="!bindist? ( bindist )" # The blocks are temporary just to make sure people upgrade to a # version that lack runtime version checking. We'll drop them in @@ -118,7 +119,7 @@ multilib_src_configure() { # IDEA: Expired http://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm # EC: ????????? ??/??/2015 http://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography # MDC2: Expired http://en.wikipedia.org/wiki/MDC-2 - # RC5: Expirted http://en.wikipedia.org/wiki/RC5 + # RC5: Expired http://en.wikipedia.org/wiki/RC5 use_ssl() { usex $1 "enable-${2:-$1}" "no-${2:-$1}" " ${*:3}" ; } echoit() { echo "$@" ; "$@" ; } |