blob: 9cf7124af00d1037db1f7ef05a2ea42f7298c759 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="Meta package containing deps on all xorg drivers (dummy version)"
HOMEPAGE="https://www.gentoo.org/"
SRC_URI=""
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE=""
PDEPEND="
!x11-drivers/xf86-input-citron
!x11-drivers/xf86-video-cyrix
!x11-drivers/xf86-video-impact
!x11-drivers/xf86-video-nsc
!x11-drivers/xf86-video-sunbw2
!<=x11-drivers/xf86-video-ark-0.7.5
!<=x11-drivers/xf86-video-newport-0.2.4
!<=x11-drivers/xf86-video-sis-0.10.7
!<=x11-drivers/xf86-video-v4l-0.2.0
!<x11-drivers/xf86-input-evdev-2.10.0
!<x11-drivers/xf86-video-ati-7.6.1
!<x11-drivers/xf86-video-intel-2.99.917_p20160122
!<x11-drivers/xf86-video-nouveau-1.0.12
"
|