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/12 05:18:25
Modified: ChangeLog openssl-1.0.0a-r3.ebuild
Log:
Fix alpha build issues in new alpha-mont.pl file #330915.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.350 dev-libs/openssl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.350&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.350&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.349&r2=1.350
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -r1.349 -r1.350
--- ChangeLog 12 Sep 2010 04:17:32 -0000 1.349
+++ ChangeLog 12 Sep 2010 05:18:25 -0000 1.350
@@ -1,6 +1,10 @@
# 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.349 2010/09/12 04:17:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.350 2010/09/12 05:18:25 vapier Exp $
+
+ 12 Sep 2010; Mike Frysinger <vapier@g.o> openssl-1.0.0a-r3.ebuild,
+ +files/openssl-1.0.0a-alpha-mont.patch:
+ Fix alpha build issues in new alpha-mont.pl file #330915.
12 Sep 2010; Mike Frysinger <vapier@g.o> openssl-1.0.0a-r3.ebuild,
+files/openssl-1.0.0a-alphacpuid.patch:
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.0a-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.0a-r3.ebuild?r1=1.3&r2=1.4
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openssl-1.0.0a-r3.ebuild 12 Sep 2010 04:17:32 -0000 1.3
+++ openssl-1.0.0a-r3.ebuild 12 Sep 2010 05:18:25 -0000 1.4
@@ -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.3 2010/09/12 04:17:32 vapier Exp $
+# $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 $
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 )
@@ -34,6 +34,7 @@
epatch "${FILESDIR}"/${P}-fix-double-free.patch #332027
cp "${FILESDIR}"/alphacpuid.s "${S}"/crypto/ || die #330915
epatch "${FILESDIR}"/${PN}-1.0.0a-alphacpuid.patch #330915
+ epatch "${FILESDIR}"/${PN}-1.0.0a-alpha-mont.patch #330915
epatch_user #332661
# disable fips in the build
|
|