From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C77B138330 for ; Mon, 28 May 2018 00:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B063E0815; Mon, 28 May 2018 00:02:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 146C5E0815 for ; Mon, 28 May 2018 00:02:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58099335C29 for ; Mon, 28 May 2018 00:02:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A157B2AC for ; Mon, 28 May 2018 00:02:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1527465699.edc7e47c426bcd0b5f591efdfe960e8371af5624.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-nouveau/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild X-VCS-Directories: x11-drivers/xf86-video-nouveau/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: edc7e47c426bcd0b5f591efdfe960e8371af5624 X-VCS-Branch: master Date: Mon, 28 May 2018 00:02:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8a7318ce-a4f8-407b-aeeb-946d7efafd0c X-Archives-Hash: b5bf01492b43a187fa9bb6cd3d3e30c1 commit: edc7e47c426bcd0b5f591efdfe960e8371af5624 Author: Matt Turner gentoo org> AuthorDate: Mon May 28 00:01:35 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 28 00:01:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc7e47c x11-drivers/xf86-video-nouveau: Depend on virtual/libudev:= https://bugs.gentoo.org/545906 .../xf86-video-nouveau-1.0.15-r1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 new file mode 100644 index 00000000000..4015df63ed8 --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +XORG_DRI="always" +inherit xorg-2 + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git" + SRC_URI="" +fi + +DESCRIPTION="Accelerated Open Source driver for nVidia cards" +HOMEPAGE="https://nouveau.freedesktop.org/wiki/" + +KEYWORDS="amd64 ~arm64 ppc ppc64 x86" +IUSE="" + +RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau] + >=x11-libs/libpciaccess-0.10 + virtual/libudev:=" +DEPEND="${RDEPEND}"