Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-nouveau/
Date: Mon, 28 May 2018 00:02:45
Message-Id: 1527465699.edc7e47c426bcd0b5f591efdfe960e8371af5624.mattst88@gentoo
1 commit: edc7e47c426bcd0b5f591efdfe960e8371af5624
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 00:01:35 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 00:01:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc7e47c
7
8 x11-drivers/xf86-video-nouveau: Depend on virtual/libudev:=
9
10 https://bugs.gentoo.org/545906
11
12 .../xf86-video-nouveau-1.0.15-r1.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild
16 new file mode 100644
17 index 00000000000..4015df63ed8
18 --- /dev/null
19 +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=5
25 +XORG_DRI="always"
26 +inherit xorg-2
27 +
28 +if [[ ${PV} == 9999* ]]; then
29 + EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git"
30 + SRC_URI=""
31 +fi
32 +
33 +DESCRIPTION="Accelerated Open Source driver for nVidia cards"
34 +HOMEPAGE="https://nouveau.freedesktop.org/wiki/"
35 +
36 +KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
37 +IUSE=""
38 +
39 +RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]
40 + >=x11-libs/libpciaccess-0.10
41 + virtual/libudev:="
42 +DEPEND="${RDEPEND}"