diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-11-26 23:20:56 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-11-26 23:20:56 +0000 |
commit | 722fde4929e4153b6f95aebe979b8c3c317a7243 (patch) | |
tree | 3a6791f7a062c6255e4f7ff0a8491524abc703cc /x11-drivers/xf86-video-r128 | |
parent | The USE=dri check is handled in x-modular.eclass now so it's not duplicated e... (diff) | |
download | gentoo-2-722fde4929e4153b6f95aebe979b8c3c317a7243.tar.gz gentoo-2-722fde4929e4153b6f95aebe979b8c3c317a7243.tar.bz2 gentoo-2-722fde4929e4153b6f95aebe979b8c3c317a7243.zip |
The USE=dri check is handled in x-modular.eclass now so it's not duplicated everywhere.
(Portage version: 2.1.6_rc1/cvs/Linux 2.6.28-rc6 x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-r128')
-rw-r--r-- | x11-drivers/xf86-video-r128/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-video-r128/xf86-video-r128-6.8.0.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-drivers/xf86-video-r128/ChangeLog b/x11-drivers/xf86-video-r128/ChangeLog index 7bf5837bbf66..84a3dbfc54ba 100644 --- a/x11-drivers/xf86-video-r128/ChangeLog +++ b/x11-drivers/xf86-video-r128/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-r128 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.1 2008/06/27 05:14:29 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.2 2008/11/26 23:20:56 dberkholz Exp $ + + 26 Nov 2008; Donnie Berkholz <dberkholz@gentoo.org>; + xf86-video-r128-6.8.0.ebuild: + The USE=dri check is handled in x-modular.eclass now so it's not + duplicated everywhere. *xf86-video-r128-6.8.0 (27 Jun 2008) diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.0.ebuild index d3782a0eed3c..560be79056c1 100644 --- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.0.ebuild +++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.0.ebuild,v 1.1 2008/06/27 05:14:29 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.0.ebuild,v 1.2 2008/11/26 23:20:56 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -30,9 +30,3 @@ DEPEND="${RDEPEND} CONFIGURE_OPTIONS="$(use_enable dri)" PATCHES="" - -pkg_setup() { - if use dri && ! built_with_use x11-base/xorg-server dri; then - die "Build x11-base/xorg-server with USE=dri." - fi -} |