hasufell    14/04/21 10:53:25

  Modified:             quota-4.01.ebuild ChangeLog
  Log:
  respect CFLAGS in linking command wrt #446281
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.3                  sys-fs/quota/quota-4.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/quota-4.01.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/quota-4.01.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/quota-4.01.ebuild?r1=1.2&r2=1.3

Index: quota-4.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-4.01.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quota-4.01.ebuild   15 Apr 2013 22:38:13 -0000      1.2
+++ quota-4.01.ebuild   21 Apr 2014 10:53:25 -0000      1.3
@@ -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-fs/quota/quota-4.01.ebuild,v 1.2 
2013/04/15 22:38:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-4.01.ebuild,v 1.3 
2014/04/21 10:53:25 hasufell Exp $
 
 EAPI="4"
 
@@ -39,7 +39,8 @@
                )
        fi
        sed -i "${args[@]}" Makefile.in || die
-       epatch "${FILESDIR}"/${PN}-4.01-mnt.patch
+       epatch "${FILESDIR}"/${PN}-4.01-mnt.patch \
+               "${FILESDIR}"/${PN}-4.01-cflags.patch
 }
 
 src_configure() {



1.66                 sys-fs/quota/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   15 Apr 2013 22:38:13 -0000      1.65
+++ ChangeLog   21 Apr 2014 10:53:25 -0000      1.66
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/quota
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.65 2013/04/15 
22:38:13 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.66 2014/04/21 
10:53:25 hasufell Exp $
+
+  21 Apr 2014; Julian Ospald <hasuf...@gentoo.org> quota-4.01.ebuild,
+  +files/quota-4.01-cflags.patch:
+  respect CFLAGS in linking command wrt #446281
 
   15 Apr 2013; Mike Frysinger <vap...@gentoo.org> quota-4.01.ebuild:
   Avoid building rpc related code when USE=-rpc #465810 by darwinskernel.




Reply via email to