diff options
author | 2014-01-17 15:45:16 +0000 | |
---|---|---|
committer | 2014-01-17 15:45:16 +0000 | |
commit | 315b2ad0f8d8394a7cc7914035f5df5d9b38e1be (patch) | |
tree | 25575274537a918be39775a93fce0022d25f5fb0 /dev-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-315b2ad0f8d8394a7cc7914035f5df5d9b38e1be.tar.gz gentoo-2-315b2ad0f8d8394a7cc7914035f5df5d9b38e1be.tar.bz2 gentoo-2-315b2ad0f8d8394a7cc7914035f5df5d9b38e1be.zip |
Stable for HPPA (bug #497838).
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 b1e7b9a3fca9..1cb189ce8ec2 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.503 2014/01/17 04:27:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.504 2014/01/17 15:45:16 jer Exp $ + + 17 Jan 2014; Jeroen Roovers <jer@gentoo.org> openssl-1.0.1f.ebuild: + Stable for HPPA (bug #497838). 17 Jan 2014; Mike Frysinger <vapier@gentoo.org> files/gentoo.config-1.0.1, openssl-1.0.1f.ebuild: diff --git a/dev-libs/openssl/openssl-1.0.1f.ebuild b/dev-libs/openssl/openssl-1.0.1f.ebuild index 548043999cc5..3d1baa2a9d92 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.4 2014/01/17 04:27:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1f.ebuild,v 1.5 2014/01/17 15:45:16 jer 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, |