Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
vapier 10/09/14 00:30:14
Modified: ChangeLog openssl-1.0.0a-r3.ebuild
Log:
Add another fix from upstream for alpha so it actually (seems) to work #330915 by Kazuyoshi Furutaka.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.351 dev-libs/openssl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.351&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.351&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.350&r2=1.351
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -r1.350 -r1.351
--- ChangeLog 12 Sep 2010 05:18:25 -0000 1.350
+++ ChangeLog 14 Sep 2010 00:30:14 -0000 1.351
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/openssl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.350 2010/09/12 05:18:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.351 2010/09/14 00:30:14 vapier Exp $
+
+ 14 Sep 2010; Mike Frysinger <vapier@g.o> openssl-1.0.0a-r3.ebuild,
+ files/openssl-1.0.0a-alpha-mont.patch:
+ Add another fix from upstream for alpha so it actually (seems) to work
+ #330915 by Kazuyoshi Furutaka.
12 Sep 2010; Mike Frysinger <vapier@g.o> openssl-1.0.0a-r3.ebuild,
+files/openssl-1.0.0a-alpha-mont.patch:
1.5 dev-libs/openssl/openssl-1.0.0a-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.0a-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.0a-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.0a-r3.ebuild?r1=1.4&r2=1.5
Index: openssl-1.0.0a-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0a-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openssl-1.0.0a-r3.ebuild 12 Sep 2010 05:18:25 -0000 1.4
+++ openssl-1.0.0a-r3.ebuild 14 Sep 2010 00:30:14 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0a-r3.ebuild,v 1.4 2010/09/12 05:18:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0a-r3.ebuild,v 1.5 2010/09/14 00:30:14 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="openssl"
SLOT="0"
-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 rfc3779 sse2 test zlib"
RDEPEND="gmp? ( dev-libs/gmp )
|
|