| Bug#: 132812 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: kde@gentoo.org | Reported By: dirtyepic@gentoo.org | |
| Component: KDE | |||
| URL: | |||
| Summary: kghostview-3.5.2.ebuild: line 19: !built_with_use: command not found | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-05-09 12:52 0000 | |||
| Description: | Opened: 2006-05-09 12:52 0000 |
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.
got it - thanks for the report