Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199062 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +8 lines)
Line  Link Here
0
-- /usr/portage/eclass/x-modular.eclass.orig   2007-11-13 16:05:49.974668971 +0000
0
++ /usr/portage/eclass/x-modular.eclass        2007-11-13 16:41:19.736037156 +0000
Lines 157-169 Link Here
157
157
158
# Debugging -- ignore packages that can't be built with debugging
158
# Debugging -- ignore packages that can't be built with debugging
159
if [[ -z "${FONT}" ]] \
159
if [[ -z "${FONT}" ]] \
160
       || [[ "${PN/app-doc}" != "${PN}" ]] \
160
       && [[ "${CATEGORY/app-doc}" = "${CATEGORY}" ]] \
161
       || [[ "${PN/x11-proto}" != "${PN}" ]] \
161
       && [[ "${CATEGORY/x11-proto}" = "${CATEGORY}" ]] \
162
       || [[ "${PN/util-macros}" != "${PN}" ]] \
162
       && [[ "${PN/util-macros}" = "${PN}" ]] \
163
       || [[ "${PN/xbitmaps}" != "${PN}" ]] \
163
       && [[ "${PN/xbitmaps}" = "${PN}" ]] \
164
       || [[ "${PN/xkbdata}" != "${PN}" ]] \
164
       && [[ "${PN/xkbdata}" = "${PN}" ]] \
165
       || [[ "${PN/xorg-cf-files}" != "${PN}" ]] \
165
       && [[ "${PN/xorg-cf-files}" = "${PN}" ]] \
166
       || [[ "${PN/xcursor}" != "${PN}" ]] \
166
       && [[ "${PN/xcursor}" = "${PN}" ]] \
167
       ; then
167
       ; then
168
       DEBUGGABLE="yes"
168
       DEBUGGABLE="yes"
169
       IUSE="${IUSE} debug"
169
       IUSE="${IUSE} debug"

Return to bug 199062