vapier 15/04/01 18:23:29 Modified: xf86-video-virtualbox-4.3.26.ebuild ChangeLog Log: Fixes by Maxim Kammerer and Tomoh K. to pass in the right kernel build dir that the user set up #424816. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild?r1=1.2&r2=1.3 Index: xf86-video-virtualbox-4.3.26.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xf86-video-virtualbox-4.3.26.ebuild 1 Apr 2015 18:06:09 -0000 1.2 +++ xf86-video-virtualbox-4.3.26.ebuild 1 Apr 2015 18:23:29 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild,v 1.2 2015/04/01 18:06:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild,v 1.3 2015/04/01 18:23:29 vapier Exp $ EAPI=5 @@ -54,7 +54,7 @@ pkg_setup() { linux-mod_pkg_setup - BUILD_PARAMS="KERN_DIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}" + BUILD_PARAMS="KERN_DIR=${KV_OUT_DIR} KERNOUT=${KV_OUT_DIR}" python-single-r1_pkg_setup } @@ -102,6 +102,7 @@ --disable-pulse \ --disable-alsa \ --target-arch=${ARCH} \ + --with-linux="${KV_OUT_DIR}" \ --build-headless || die "configure failed" source ./env.sh } 1.149 x11-drivers/xf86-video-virtualbox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.149&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.149&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?r1=1.148&r2=1.149 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v retrieving revision 1.148 retrieving revision 1.149 diff -u -r1.148 -r1.149 --- ChangeLog 1 Apr 2015 18:06:09 -0000 1.148 +++ ChangeLog 1 Apr 2015 18:23:29 -0000 1.149 @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-virtualbox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.148 2015/04/01 18:06:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.149 2015/04/01 18:23:29 vapier Exp $ + + 01 Apr 2015; Mike Frysinger <[email protected]> + xf86-video-virtualbox-4.3.26.ebuild: + Fixes by Maxim Kammerer and Tomoh K. to pass in the right kernel build dir + that the user set up #424816. 01 Apr 2015; Mike Frysinger <[email protected]> xf86-video-virtualbox-4.3.26.ebuild:
