diff options
author | 2014-01-26 11:59:33 +0000 | |
---|---|---|
committer | 2014-01-26 11:59:33 +0000 | |
commit | e6ee243d8f31006c6ef7382af1f5ee1f5cff1727 (patch) | |
tree | 00d5587c6cf7b62ab55a020ef1399d2a5eb9703f /dev-libs | |
parent | Stable for sparc, wrt bug #497692 (diff) | |
download | gentoo-2-e6ee243d8f31006c6ef7382af1f5ee1f5cff1727.tar.gz gentoo-2-e6ee243d8f31006c6ef7382af1f5ee1f5cff1727.tar.bz2 gentoo-2-e6ee243d8f31006c6ef7382af1f5ee1f5cff1727.zip |
Stable for sparc, wrt bug #497838
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-1.0.1f.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index 59e444fa614e..9471bc1c098d 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.512 2014/01/26 11:57:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.513 2014/01/26 11:59:33 ago Exp $ + + 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> openssl-1.0.1f.ebuild: + Stable for sparc, wrt bug #497838 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> openssl-1.0.1f.ebuild: Stable for ppc64, wrt bug #497838 diff --git a/dev-libs/openssl/openssl-1.0.1f.ebuild b/dev-libs/openssl/openssl-1.0.1f.ebuild index 9d034272302b..a31e4f7867c5 100644 --- a/dev-libs/openssl/openssl-1.0.1f.ebuild +++ b/dev-libs/openssl/openssl-1.0.1f.ebuild @@ -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/dev-libs/openssl/openssl-1.0.1f.ebuild,v 1.13 2014/01/26 11:57:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1f.ebuild,v 1.14 2014/01/26 11:59:33 ago 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 sse2 static-libs test +tls-heartbeat vanilla zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, |