vapier      14/08/13 03:59:49

  Modified:             acct-6.6.1.ebuild ChangeLog
  Log:
  Link with -lm when needed #519552 by René Rhéaume.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.2                  sys-process/acct/acct-6.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/acct/acct-6.6.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/acct/acct-6.6.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/acct/acct-6.6.1.ebuild?r1=1.1&r2=1.2

Index: acct-6.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/acct/acct-6.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- acct-6.6.1.ebuild   10 Oct 2013 19:18:37 -0000      1.1
+++ acct-6.6.1.ebuild   13 Aug 2014 03:59:48 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/acct-6.6.1.ebuild,v 1.1 
2013/10/10 19:18:37 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/acct-6.6.1.ebuild,v 1.2 
2014/08/13 03:59:48 vapier Exp $
 
 EAPI=5
 inherit autotools base systemd
@@ -13,9 +13,13 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE=""
-PATCHES=( "${FILESDIR}/${P}-cross-compile.patch"
-         "${FILESDIR}/${P}-no-gets.patch"
-         "${FILESDIR}/${P}-texi-failure.patch" )
+
+PATCHES=(
+       "${FILESDIR}"/${P}-cross-compile.patch
+       "${FILESDIR}"/${P}-no-gets.patch
+       "${FILESDIR}"/${P}-texi-failure.patch
+       "${FILESDIR}"/${P}-math.patch
+)
 
 src_prepare() {
        base_src_prepare



1.74                 sys-process/acct/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/acct/ChangeLog?rev=1.74&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/acct/ChangeLog?rev=1.74&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/acct/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/acct/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   21 Dec 2013 17:22:15 -0000      1.73
+++ ChangeLog   13 Aug 2014 03:59:48 -0000      1.74
@@ -1,6 +1,10 @@
 # ChangeLog for sys-process/acct
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/ChangeLog,v 1.73 
2013/12/21 17:22:15 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/ChangeLog,v 1.74 
2014/08/13 03:59:48 vapier Exp $
+
+  13 Aug 2014; Mike Frysinger <[email protected]> +files/acct-6.6.1-math.patch,
+  acct-6.6.1.ebuild:
+  Link with -lm when needed #519552 by René Rhéaume.
 
   21 Dec 2013; Agostino Sarubbo <[email protected]> acct-6.5.5-r3.ebuild:
   Stable for ppc, wrt bug #485338




Reply via email to