diff options
author | Rémi Cardona <remi@gentoo.org> | 2012-07-04 22:13:45 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2012-07-04 22:13:45 +0000 |
commit | 72370f80a8214efd59d48a4825ea976373055354 (patch) | |
tree | 5de8bd07f8af9735e9f5ef5d106a348f6eb7f67d /x11-drivers/xf86-video-intel | |
parent | Keyword amd64-linux, x86-linux (diff) | |
download | gentoo-2-72370f80a8214efd59d48a4825ea976373055354.tar.gz gentoo-2-72370f80a8214efd59d48a4825ea976373055354.tar.bz2 gentoo-2-72370f80a8214efd59d48a4825ea976373055354.zip |
x11-drivers/xf86-video-intel: Fix automagic dependency on xcb-aux (provided by x11-libs/xcb-utils), see bug ##352573
(Portage version: 2.2.0_alpha109/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-intel')
10 files changed, 33 insertions, 15 deletions
diff --git a/x11-drivers/xf86-video-intel/ChangeLog b/x11-drivers/xf86-video-intel/ChangeLog index c84c222fa376..dfb19ae211aa 100644 --- a/x11-drivers/xf86-video-intel/ChangeLog +++ b/x11-drivers/xf86-video-intel/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for x11-drivers/xf86-video-intel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v 1.90 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v 1.91 2012/07/04 22:13:45 remi Exp $ + + 04 Jul 2012; Rémi Cardona <remi@gentoo.org> + xf86-video-intel-2.10.0-r1.ebuild, xf86-video-intel-2.11.0.ebuild, + xf86-video-intel-2.13.0.ebuild, xf86-video-intel-2.14.0.ebuild, + xf86-video-intel-2.15.0-r1.ebuild, xf86-video-intel-2.16.0.ebuild, + xf86-video-intel-2.17.0-r3.ebuild, xf86-video-intel-2.18.0.ebuild, + xf86-video-intel-2.19.0.ebuild: + Fix automagic dependency on xcb-aux (provided by x11-libs/xcb-utils), see bug + ##352573. 26 Jun 2012; Robin H. Johnson <robbat2@gentoo.org> xf86-video-intel-2.10.0-r1.ebuild, xf86-video-intel-2.11.0.ebuild, diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.10.0-r1.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.10.0-r1.ebuild index 3e7e5b42a864..0ac392705420 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.10.0-r1.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.10.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.10.0-r1.ebuild,v 1.5 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.10.0-r1.ebuild,v 1.6 2012/07/04 22:13:45 remi Exp $ EAPI=3 @@ -17,7 +17,8 @@ RDEPEND=">=x11-base/xorg-server-1.6 x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC - >=x11-libs/libxcb-1.5" + >=x11-libs/libxcb-1.5 + x11-libs/xcb-util" DEPEND="${RDEPEND} >=x11-proto/dri2proto-1.99.3 x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.11.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.11.0.ebuild index ac1f4a6d4608..4b4a0bc4c216 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.11.0.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.11.0.ebuild,v 1.4 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.11.0.ebuild,v 1.5 2012/07/04 22:13:45 remi Exp $ EAPI=3 @@ -17,7 +17,8 @@ RDEPEND=">=x11-base/xorg-server-1.6 x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC - >=x11-libs/libxcb-1.5" + >=x11-libs/libxcb-1.5 + x11-libs/xcb-util" DEPEND="${RDEPEND} >=x11-proto/dri2proto-1.99.3 x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.13.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.13.0.ebuild index 335e8291173d..23056c63d116 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.13.0.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.13.0.ebuild,v 1.5 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.13.0.ebuild,v 1.6 2012/07/04 22:13:45 remi Exp $ EAPI=3 @@ -17,7 +17,8 @@ RDEPEND=">=x11-base/xorg-server-1.6 x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC - >=x11-libs/libxcb-1.5" + >=x11-libs/libxcb-1.5 + x11-libs/xcb-util" DEPEND="${RDEPEND} >=x11-proto/dri2proto-1.99.3 x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild index ca788865ef81..a671f3506ace 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild,v 1.6 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild,v 1.7 2012/07/04 22:13:45 remi Exp $ EAPI=3 @@ -17,7 +17,8 @@ RDEPEND=">=x11-base/xorg-server-1.6 x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC - >=x11-libs/libxcb-1.5" + >=x11-libs/libxcb-1.5 + x11-libs/xcb-util" DEPEND="${RDEPEND} >=x11-proto/dri2proto-1.99.3 x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.15.0-r1.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.15.0-r1.ebuild index d6b8a43cef5e..e3c76609879a 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.15.0-r1.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.15.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.15.0-r1.ebuild,v 1.6 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.15.0-r1.ebuild,v 1.7 2012/07/04 22:13:45 remi Exp $ EAPI=4 @@ -16,7 +16,8 @@ RDEPEND="x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC >=x11-libs/libdrm-2.4.23[video_cards_intel] - >=x11-libs/libxcb-1.5" + >=x11-libs/libxcb-1.5 + x11-libs/xcb-util" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/xf86-video-intel-2.15-batch-overrun.patch" diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.16.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.16.0.ebuild index 58e3d7a83fd3..f0f8b87fe372 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.16.0.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.16.0.ebuild,v 1.2 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.16.0.ebuild,v 1.3 2012/07/04 22:13:45 remi Exp $ EAPI=4 @@ -16,6 +16,7 @@ RDEPEND="x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC >=x11-libs/libxcb-1.5 + x11-libs/xcb-util >=x11-libs/libdrm-2.4.23[video_cards_intel] sna? ( >=x11-base/xorg-server-1.10 diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.17.0-r3.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.17.0-r3.ebuild index c934f1f5851c..fb32df64c9a2 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.17.0-r3.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.17.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.17.0-r3.ebuild,v 1.5 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.17.0-r3.ebuild,v 1.6 2012/07/04 22:13:45 remi Exp $ EAPI=4 @@ -16,6 +16,7 @@ RDEPEND="x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC >=x11-libs/libxcb-1.5 + x11-libs/xcb-util >=x11-libs/libdrm-2.4.23[video_cards_intel] sna? ( >=x11-base/xorg-server-1.10 diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.18.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.18.0.ebuild index 39fbdc0bb4cd..a5580b53a875 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.18.0.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.18.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.18.0.ebuild,v 1.3 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.18.0.ebuild,v 1.4 2012/07/04 22:13:45 remi Exp $ EAPI=4 @@ -16,6 +16,7 @@ RDEPEND="x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC >=x11-libs/libxcb-1.5 + x11-libs/xcb-util >=x11-libs/libdrm-2.4.29[video_cards_intel] sna? ( >=x11-base/xorg-server-1.10 diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild index f4b8eea4865c..0a6d950f3967 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild,v 1.6 2012/06/26 00:08:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild,v 1.7 2012/07/04 22:13:45 remi Exp $ EAPI=4 @@ -16,6 +16,7 @@ RDEPEND="x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC >=x11-libs/libxcb-1.5 + x11-libs/xcb-util >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor |