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
mattst88 11/08/30 01:43:33
Modified: m4-1.4.16.ebuild ChangeLog
Log:
Fix test-readlink. Thanks to Michael, bug 376639.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.3 sys-devel/m4/m4-1.4.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild?r1=1.2&r2=1.3
Index: m4-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- m4-1.4.16.ebuild 31 May 2011 15:37:21 -0000 1.2
+++ m4-1.4.16.ebuild 30 Aug 2011 01:43:33 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild,v 1.2 2011/05/31 15:37:21 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild,v 1.3 2011/08/30 01:43:33 mattst88 Exp $
EAPI="3"
@@ -19,6 +19,10 @@
DEPEND="app-arch/xz-utils"
RDEPEND=""
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-fix-test-readlink.patch #376639
+}
+
src_configure() {
# Disable automagic dependency over libsigsegv; see bug #278026
export ac_cv_libsigsegv=no
1.153 sys-devel/m4/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/ChangeLog?r1=1.152&r2=1.153
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog 31 May 2011 15:37:21 -0000 1.152
+++ ChangeLog 30 Aug 2011 01:43:33 -0000 1.153
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/m4
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.152 2011/05/31 15:37:21 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.153 2011/08/30 01:43:33 mattst88 Exp $
+
+ 30 Aug 2011; Matt Turner <mattst88@g.o> m4-1.4.16.ebuild,
+ +files/m4-1.4.16-fix-test-readlink.patch:
+ Fix test-readlink. Thanks to Michael, bug 376639.
31 May 2011; Jeremy Olexa <darkside@g.o> m4-1.4.16.ebuild:
Add Gentoo Prefix modifications since the ebuild was already EAPI3. Keywords,
|
|