diff options
author | 2013-03-11 15:43:03 +0000 | |
---|---|---|
committer | 2013-03-11 15:43:03 +0000 | |
commit | 3db08189b766c877618dd238f5923a25c0f5c9b9 (patch) | |
tree | 61b2ca28025790df05b33a01c55e415b2cb7e7d1 /x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild | |
parent | sci-biology/kalign: Drop Andrey as maintainer so that bugs get assigned to sc... (diff) | |
download | gentoo-2-3db08189b766c877618dd238f5923a25c0f5c9b9.tar.gz gentoo-2-3db08189b766c877618dd238f5923a25c0f5c9b9.tar.bz2 gentoo-2-3db08189b766c877618dd238f5923a25c0f5c9b9.zip |
Fix building against xorg-server-1.14, bug #461236.
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild new file mode 100644 index 000000000000..3b1704d17b14 --- /dev/null +++ b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild,v 1.1 2013/03/11 15:43:03 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="Chips and Technologies video driver" + +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +PATCHES=( + "${FILESDIR}"/${P}-remove-mibstore_h.patch +) |