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

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- xorg-server-1.1.1-r4.ebuild 2007-03-20 20:46:22.000000000 +0100
0
++ xorg-server-1.1.1-r5.ebuild 2007-03-23 00:39:26.000000000 +0100
Lines 108-114 Link Here
108
  ${IUSE_SERVERS}
108
  ${IUSE_SERVERS}
109
  3dfx
109
  3dfx
110
  aiglx
110
  aiglx
111
  dri ipv6 minimal nptl sdl xprint"
111
  dri ipv6 minimal nptl sdl xprint listen"
112
RDEPEND="x11-libs/libXfont
112
RDEPEND="x11-libs/libXfont
113
  x11-libs/xtrans
113
  x11-libs/xtrans
114
  x11-libs/libXau
114
  x11-libs/libXau
Lines 395-400 Link Here
395
pkg_postinst() {
395
pkg_postinst() {
396
  switch_opengl_implem
396
  switch_opengl_implem
397
  # change X listening behaviour in the /usr/bin/startx script
398
  if use listen; then
399
      sed -i 's/defaultserverargs=\"-nolisten tcp -br\"/defaultserverargs=\"-br\"/g' /usr/bin/startx
400
  fi
401
397
  # Bug #135544
402
  # Bug #135544
398
  ewarn "Users of reduced blanking now need:"
403
  ewarn "Users of reduced blanking now need:"
399
  ewarn "   Option \"ReducedBlanking\""
404
  ewarn "   Option \"ReducedBlanking\""

Return to bug 171853