Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132812 - kghostview-3.5.2.ebuild: line 19: !built_with_use: command not found
Summary: kghostview-3.5.2.ebuild: line 19: !built_with_use: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-09 12:52 UTC by Ryan Hill (RETIRED)
Modified: 2006-05-10 05:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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