vapier 14/04/27 19:31:03 Modified: hwinfo-20.0.ebuild ChangeLog Log: Include linux/pci.h directly #506876 by René Rhéaume. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.6 sys-apps/hwinfo/hwinfo-20.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-20.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-20.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-20.0.ebuild?r1=1.5&r2=1.6 Index: hwinfo-20.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-20.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hwinfo-20.0.ebuild 14 Jan 2014 15:09:49 -0000 1.5 +++ hwinfo-20.0.ebuild 27 Apr 2014 19:31:03 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-20.0.ebuild,v 1.5 2014/01/14 15:09:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-20.0.ebuild,v 1.6 2014/04/27 19:31:03 vapier Exp $ EAPI=4 inherit multilib rpm toolchain-funcs @@ -34,6 +34,11 @@ sed -i -e 's:$(CC) -shared:& $(LDFLAGS):' src/Makefile || die sed -i -e 's:$(CC) $(CFLAGS):$(CC) $(LDFLAGS) $(CFLAGS):' src/ids/Makefile || die + # Use linux/pci.h directly. #506876 + sed -i \ + -e '/#include.*sys\/pci.h/s:sys/pci.h:linux/pci.h:' \ + src/hd/*.c || die + # Respect MAKE variable. Skip forced -pipe and -g. Respect LDFLAGS. sed -i \ -e 's:make:$(MAKE):' \ 1.36 sys-apps/hwinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 14 Jan 2014 15:09:49 -0000 1.35 +++ ChangeLog 27 Apr 2014 19:31:03 -0000 1.36 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwinfo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.35 2014/01/14 15:09:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.36 2014/04/27 19:31:03 vapier Exp $ + + 27 Apr 2014; Mike Frysinger <[email protected]> hwinfo-20.0.ebuild: + Include linux/pci.h directly #506876 by René Rhéaume. 14 Jan 2014; Agostino Sarubbo <[email protected]> hwinfo-20.0.ebuild: Stable for ppc, wrt bug #492258
