Parent Directory
|
Revision Log
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 |