xf86-video-suncg3-1.1.1.ebuild 395 B

123456789101112131415161718
  1. # Copyright 1999-2010 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # Must be before x-modular eclass is inherited
  4. #SNAPSHOT="yes"
  5. inherit x-modular
  6. DESCRIPTION="CG3 video driver"
  7. KEYWORDS="-* sparc"
  8. IUSE=""
  9. RDEPEND=">=x11-base/xorg-server-1.0.99"
  10. DEPEND="${RDEPEND}
  11. x11-proto/fontsproto
  12. x11-proto/randrproto
  13. x11-proto/renderproto
  14. x11-proto/xproto"