diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-09-01 08:16:24 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-09-01 08:16:24 +0000 |
commit | c28dfe0d1e04688328dbefc6f2c6f002eef74cde (patch) | |
tree | e442696090793b675bdb811f30c697c4aea779b5 /x11-drivers | |
parent | Again fixed dependency on kbuild (bug #381397) (diff) | |
download | historical-c28dfe0d1e04688328dbefc6f2c6f002eef74cde.tar.gz historical-c28dfe0d1e04688328dbefc6f2c6f002eef74cde.tar.bz2 historical-c28dfe0d1e04688328dbefc6f2c6f002eef74cde.zip |
Again fixed dependency on kbuild (bug #381397)
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers')
4 files changed, 16 insertions, 6 deletions
diff --git a/x11-drivers/xf86-input-virtualbox/ChangeLog b/x11-drivers/xf86-input-virtualbox/ChangeLog index 7196e1512303..b3e43b429e46 100644 --- a/x11-drivers/xf86-input-virtualbox/ChangeLog +++ b/x11-drivers/xf86-input-virtualbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-input-virtualbox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.72 2011/08/20 21:07:14 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/ChangeLog,v 1.73 2011/09/01 08:16:24 polynomial-c Exp $ + + 01 Sep 2011; Lars Wendler <polynomial-c@gentoo.org> + xf86-input-virtualbox-4.1.0.ebuild: + Again fixed dependency on kbuild. Thanks to Karel De Vriendt for reporting + this in bug #381397. 20 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> xf86-input-virtualbox-4.0.12.ebuild: diff --git a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.1.0.ebuild b/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.1.0.ebuild index 040092e378b7..9f3e882e3e69 100644 --- a/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.1.0.ebuild +++ b/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.1.0.ebuild,v 1.1 2011/07/19 22:27:38 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-4.1.0.ebuild,v 1.2 2011/09/01 08:16:24 polynomial-c Exp $ EAPI=2 @@ -20,7 +20,7 @@ RDEPEND="x11-base/xorg-server || ( x11-drivers/xf86-input-mouse x11-drivers/xf86-input-evdev )" DEPEND="${RDEPEND} - >=dev-util/kbuild-0.1.5-r1 + =dev-util/kbuild-0.1.5* >=dev-lang/yasm-0.6.2 sys-devel/dev86 sys-power/iasl diff --git a/x11-drivers/xf86-video-virtualbox/ChangeLog b/x11-drivers/xf86-video-virtualbox/ChangeLog index 203c1de3e38f..c077f2445b36 100644 --- a/x11-drivers/xf86-video-virtualbox/ChangeLog +++ b/x11-drivers/xf86-video-virtualbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-virtualbox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.72 2011/08/20 21:06:47 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.73 2011/09/01 08:14:31 polynomial-c Exp $ + + 01 Sep 2011; Lars Wendler <polynomial-c@gentoo.org> + xf86-video-virtualbox-4.1.0.ebuild: + Again fixed dependency on kbuild. Thanks to Karel De Vriendt for reporting + this in bug #381397. 20 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> xf86-video-virtualbox-4.0.12.ebuild: diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.0.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.0.ebuild index 5d844c78ed4f..1ed231f84cce 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.0.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1.0.ebuild,v 1.1 2011/07/19 22:28:14 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.0.ebuild,v 1.2 2011/09/01 08:14:31 polynomial-c Exp $ EAPI=2 @@ -18,7 +18,7 @@ IUSE="dri" RDEPEND="x11-base/xorg-server[-minimal]" DEPEND="${RDEPEND} - >=dev-util/kbuild-0.1.5-r1 + =dev-util/kbuild-0.1.5* =dev-lang/python-2* >=dev-lang/yasm-0.6.2 sys-devel/dev86 |