summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-02 19:32:04 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-02 19:32:04 +0000
commit4ee4291e30c83a0985bbc7b12c8157706da3cb87 (patch)
treef5590e98660063b70925bcffc354226e1ad6ddb0 /x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.9.ebuild
parentVersion bump, bug #478848. (diff)
downloadgentoo-2-4ee4291e30c83a0985bbc7b12c8157706da3cb87.tar.gz
gentoo-2-4ee4291e30c83a0985bbc7b12c8157706da3cb87.tar.bz2
gentoo-2-4ee4291e30c83a0985bbc7b12c8157706da3cb87.zip
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.9.ebuild')
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.9.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.9.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.9.ebuild
new file mode 100644
index 000000000000..9653de632f6d
--- /dev/null
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.9.ebuild,v 1.1 2013/08/02 19:32:04 chithanh Exp $
+
+EAPI=5
+XORG_DRI="always"
+inherit xorg-2
+
+if [[ ${PV} == 9999* ]]; then
+ EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
+ SRC_URI=""
+fi
+
+DESCRIPTION="Accelerated Open Source driver for nVidia cards"
+HOMEPAGE="http://nouveau.freedesktop.org/"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdrm-2.4.34[video_cards_nouveau]"
+DEPEND="${RDEPEND}"