summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild')
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
index 0e17fc58..d9361320 100644
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=3
-inherit linux-info xorg-2
+inherit linux-info x-modular-r2
EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
x11-proto/xproto"
pkg_postinst() {
- xorg-2_pkg_postinst
+ x-modular-r2_pkg_postinst
if ! has_version x11-base/nouveau-drm; then
if ! linux_config_exists || ! linux_chkconfig_present DRM_NOUVEAU; then
ewarn "Nouveau DRM not detected. If you want any kind of"