diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 14:24:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 14:24:33 +0000 |
commit | 2e61f2fa6bb889dd8814da7e77c698e6b964cab4 (patch) | |
tree | a98a2a56094b7315b897543e72749e69b02f1189 /dev-libs | |
parent | flower version bump (diff) | |
download | gentoo-2-2e61f2fa6bb889dd8814da7e77c698e6b964cab4.tar.gz gentoo-2-2e61f2fa6bb889dd8814da7e77c698e6b964cab4.tar.bz2 gentoo-2-2e61f2fa6bb889dd8814da7e77c698e6b964cab4.zip |
Stable for alpha, wrt bug #455592
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.8y.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-1.0.1e-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index 2de59ecea1c2..7bdd7b45499d 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.487 2013/09/22 07:59:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.488 2013/09/22 14:24:33 ago Exp $ + + 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> openssl-0.9.8y.ebuild, + openssl-1.0.1e-r1.ebuild: + Stable for alpha, wrt bug #455592 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> openssl-0.9.8y.ebuild, openssl-1.0.1e-r1.ebuild: diff --git a/dev-libs/openssl/openssl-0.9.8y.ebuild b/dev-libs/openssl/openssl-0.9.8y.ebuild index 80a91c2d8f07..e122aafd0435 100644 --- a/dev-libs/openssl/openssl-0.9.8y.ebuild +++ b/dev-libs/openssl/openssl-0.9.8y.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8y.ebuild,v 1.6 2013/09/22 07:59:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8y.ebuild,v 1.7 2013/09/22 14:24:33 ago Exp $ # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME for ABI compat @@ -14,7 +14,7 @@ SRC_URI="mirror://openssl/source/${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 ) diff --git a/dev-libs/openssl/openssl-1.0.1e-r1.ebuild b/dev-libs/openssl/openssl-1.0.1e-r1.ebuild index 610fd462a1a1..daa0cfa0ed85 100644 --- a/dev-libs/openssl/openssl-1.0.1e-r1.ebuild +++ b/dev-libs/openssl/openssl-1.0.1e-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1e-r1.ebuild,v 1.9 2013/09/22 07:59:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1e-r1.ebuild,v 1.10 2013/09/22 14:24: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 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm 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 vanilla zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, |