Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 132812

Summary: kghostview-3.5.2.ebuild: line 19: !built_with_use: command not found
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ryan Hill (RETIRED) gentoo-dev 2006-05-09 12:52:10 UTC
for ghostscript in app-text/ghostscript-{gnu,esp,afpl}; do
        if has_version ${ghostscript} && !built_with_use ${ghostscript} X; then
            eerror "This package requires ${ghostscript} compiled with X11 support."
            eerror "Please reemerge ${ghostscript} with USE=\"X\"."
            die "Please reemerge ${ghostscript} with USE=\"X\"."
        fi
    done


there should probably be a space btwn ! and built_with_use.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-05-10 05:50:19 UTC
got it - thanks for the report