diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-28 13:04:38 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-28 13:04:38 +0000 |
commit | a1ce7174def5ff0e1edc66ad85fb2c8071d09dba (patch) | |
tree | acecf28f96ccf3c8436720493960aacf2d6ccba8 /x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.ebuild | |
parent | www-servers/tomcat: version bump (diff) | |
download | gentoo-2-a1ce7174def5ff0e1edc66ad85fb2c8071d09dba.tar.gz gentoo-2-a1ce7174def5ff0e1edc66ad85fb2c8071d09dba.tar.bz2 gentoo-2-a1ce7174def5ff0e1edc66ad85fb2c8071d09dba.zip |
Version bump.
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.ebuild new file mode 100644 index 000000000000..0cc30682b6b1 --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.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.7.ebuild,v 1.1 2013/03/28 13:04:38 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}" |