diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-16 07:26:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-16 07:26:58 +0000 |
commit | 4cb847dbe7c122d13eb2173aede13fe96bd49b3f (patch) | |
tree | 1d3f3bd3c6aefbe9b577aaf027c40f8cfaa25298 /dev-libs/openssl | |
parent | bump; tidy to deps (diff) | |
download | gentoo-2-4cb847dbe7c122d13eb2173aede13fe96bd49b3f.tar.gz gentoo-2-4cb847dbe7c122d13eb2173aede13fe96bd49b3f.tar.bz2 gentoo-2-4cb847dbe7c122d13eb2173aede13fe96bd49b3f.zip |
Stable for amd64, wrt bug #525468
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.8z_p3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index b62df4e146c7..315ec1750756 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.601 2014/10/15 19:03:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.602 2014/10/16 07:26:58 ago Exp $ + + 16 Oct 2014; Agostino Sarubbo <ago@gentoo.org> openssl-0.9.8z_p3.ebuild: + Stable for amd64, wrt bug #525468 15 Oct 2014; Agostino Sarubbo <ago@gentoo.org> openssl-1.0.1j.ebuild: Stable for x86, wrt bug #525468 diff --git a/dev-libs/openssl/openssl-0.9.8z_p3.ebuild b/dev-libs/openssl/openssl-0.9.8z_p3.ebuild index 14a0cefae253..dea75bb753d4 100644 --- a/dev-libs/openssl/openssl-0.9.8z_p3.ebuild +++ b/dev-libs/openssl/openssl-0.9.8z_p3.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-0.9.8z_p3.ebuild,v 1.1 2014/10/15 16:27:02 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p3.ebuild,v 1.2 2014/10/16 07:26:58 ago Exp $ # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME for ABI compat @@ -18,7 +18,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz" LICENSE="openssl" SLOT="0.9.8" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="bindist gmp kerberos sse2 test zlib" RDEPEND="gmp? ( >=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}] ) |