/[gentoo-x86]/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.5.ebuild
Gentoo

Contents of /x11-drivers/xf86-video-savage/xf86-video-savage-2.3.5.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Jul 5 15:59:58 2012 UTC (10 months, 1 week ago) by chithanh
Branch: MAIN
CVS Tags: HEAD
Version bump.

(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.4-r1.ebuild,v 1.3 2012/06/24 19:13:33 ago Exp $
4
5 EAPI=4
6 XORG_DRI=dri
7 inherit xorg-2
8
9 DESCRIPTION="S3 Savage video driver"
10 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
11
12 IUSE="dri"
13 RDEPEND=">=x11-base/xorg-server-1.0.99"
14 DEPEND="${RDEPEND}
15 >=x11-proto/xextproto-7.0.99.1"
16
17 pkg_setup() {
18 XORG_CONFIGURE_OPTIONS=(
19 $(use_enable dri)
20 )
21 xorg-2_pkg_setup
22 }

  ViewVC Help
Powered by ViewVC 1.1.13