vapier 15/04/01 18:37:09 Modified: xf86-video-virtualbox-4.3.26.ebuild ChangeLog Log: Log the configure command we run. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.4 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.4&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.4&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.3&r2=1.4 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xf86-video-virtualbox-4.3.26.ebuild 1 Apr 2015 18:23:29 -0000 1.3 +++ xf86-video-virtualbox-4.3.26.ebuild 1 Apr 2015 18:37:09 -0000 1.4 @@ -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.3 2015/04/01 18:23:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild,v 1.4 2015/04/01 18:37:09 vapier Exp $ EAPI=5 @@ -95,15 +95,19 @@ src_configure() { # build the user-space tools, warnings are harmless - ./configure \ - --nofatal \ - --disable-xpcom \ - --disable-sdl-ttf \ - --disable-pulse \ - --disable-alsa \ - --target-arch=${ARCH} \ - --with-linux="${KV_OUT_DIR}" \ - --build-headless || die "configure failed" + local cmd=( + ./configure + --nofatal + --disable-xpcom + --disable-sdl-ttf + --disable-pulse + --disable-alsa + --target-arch=${ARCH} + --with-linux="${KV_OUT_DIR}" + --build-headless + ) + echo "${cmd[@]}" + "${cmd[@]}" || die "configure failed" source ./env.sh } 1.150 x11-drivers/xf86-video-virtualbox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.150&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.150&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?r1=1.149&r2=1.150 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v retrieving revision 1.149 retrieving revision 1.150 diff -u -r1.149 -r1.150 --- ChangeLog 1 Apr 2015 18:23:29 -0000 1.149 +++ ChangeLog 1 Apr 2015 18:37:09 -0000 1.150 @@ -1,6 +1,10 @@ # 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.149 2015/04/01 18:23:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.150 2015/04/01 18:37:09 vapier Exp $ + + 01 Apr 2015; Mike Frysinger <[email protected]> + xf86-video-virtualbox-4.3.26.ebuild: + Log the configure command we run. 01 Apr 2015; Mike Frysinger <[email protected]> xf86-video-virtualbox-4.3.26.ebuild:
