diff options
Diffstat (limited to 'x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild index 678cd6973793..4fb97bcc9755 100644 --- a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild +++ b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 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.4.ebuild,v 1.1 2011/02/28 16:32:27 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild,v 1.2 2011/02/28 20:52:34 scarabeus Exp $ -EAPI=3 +EAPI=4 inherit xorg-2 @@ -10,11 +10,3 @@ DESCRIPTION="Chips and Technologies video driver" KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xproto" |