diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:40:08 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:40:08 +0000 |
commit | c7ad3152c66be091f7e25d2dfd7ff474ee987aff (patch) | |
tree | d3b46930f71de8050d071462ae9f009cfc861c75 /x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5.ebuild | |
parent | Fix build with gcc-4.7 Bug #424735 (diff) | |
download | historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.tar.gz historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.tar.bz2 historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha115/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5.ebuild b/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5.ebuild new file mode 100644 index 000000000000..cd784b2973dc --- /dev/null +++ b/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5.ebuild,v 1.1 2012/07/21 20:32:47 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org driver for s3 cards" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND}" |