diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-06-13 11:06:21 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-06-13 11:06:21 +0000 |
commit | 0b758cde9d1230677954a9183458454c862fb0d0 (patch) | |
tree | f5af97c23d1bed2dbec58a08380f52409f418bae /dev-libs | |
parent | Stable for HPPA PPC64 (bug #500960). (diff) | |
download | gentoo-2-0b758cde9d1230677954a9183458454c862fb0d0.tar.gz gentoo-2-0b758cde9d1230677954a9183458454c862fb0d0.tar.bz2 gentoo-2-0b758cde9d1230677954a9183458454c862fb0d0.zip |
Stable for ppc. Bug #551832.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-1.0.1o.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index 4860c3d0c857..4bae9a336c8f 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,9 @@ # 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.661 2015/06/13 10:26:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.662 2015/06/13 11:06:21 blueness Exp $ + + 13 Jun 2015; Anthony G. Basile <blueness@gentoo.org> openssl-1.0.1o.ebuild: + Stable for ppc. Bug #551832. 13 Jun 2015; Agostino Sarubbo <ago@gentoo.org> openssl-0.9.8z_p7.ebuild, openssl-1.0.1o.ebuild: diff --git a/dev-libs/openssl/openssl-1.0.1o.ebuild b/dev-libs/openssl/openssl-1.0.1o.ebuild index 8b8526686804..26970f22a0de 100644 --- a/dev-libs/openssl/openssl-1.0.1o.ebuild +++ b/dev-libs/openssl/openssl-1.0.1o.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.1o.ebuild,v 1.4 2015/06/13 10:26:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1o.ebuild,v 1.5 2015/06/13 11:06:21 blueness Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="mirror://openssl/source/${P}.tar.gz 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" +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 cpu_flags_x86_sse2 static-libs test +tls-heartbeat vanilla zlib" RESTRICT="!bindist? ( bindist )" |