Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 281634
Collapse All | Expand All

(-)xorg-server-1.6.3.ebuild-old (+14 lines)
Lines 321-326 Link Here
321
	eselect opengl set --impl-headers ${OPENGL_DIR}
321
	eselect opengl set --impl-headers ${OPENGL_DIR}
322
}
322
}
323
323
324
src_prepare() {
325
    x-modular_patch_source
326
327
    if use hal; then
328
        sed -i \
329
            -e "s:^\(dbusconfigdir = \).*\(dbus-1.*\):\1/etc/\2:g" \
330
            "${S}"/config/Makefile.am \
331
            || die "failed to fix DBUS config directory"
332
        SNAPSHOT="yes"
333
    fi
334
335
    x-modular_reconf_source
336
}
337
324
src_install() {
338
src_install() {
325
	x-modular_src_install
339
	x-modular_src_install
326
340

Return to bug 281634