xf86-video-nouveau-1.0.13.ebuild 513 B

12345678910111213141516171819202122
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. XORG_DRI="always"
  5. inherit xorg-2
  6. if [[ ${PV} == 9999* ]]; then
  7. EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
  8. SRC_URI=""
  9. fi
  10. DESCRIPTION="Accelerated Open Source driver for nVidia cards"
  11. HOMEPAGE="https://nouveau.freedesktop.org/"
  12. KEYWORDS="amd64 ppc ppc64 x86"
  13. IUSE=""
  14. RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]
  15. >=x11-libs/libpciaccess-0.10"
  16. DEPEND="${RDEPEND}"