Summary: | app-office/gnucash-2.0.5 bad built_with_use check | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Neil Bothwick <neil> |
Component: | New packages | Assignee: | Seemant Kulleen (RETIRED) <seemant> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | gnome |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Neil Bothwick
2007-02-22 21:35:59 UTC
It would be even better to die just once: built_with_use dev-scheme/guile regex deprecated discouraged || die "..." Fixed. (In reply to comment #2) > Fixed. > You've produced a bunch of typos there, making the ebuild die due to non-existant flag. -if !built_with_use dev-scheme/guile regex depricated discouraged; then -die "dev-scheme/guile must be built with USE=\"regex depricated discouraged\"" +if ! built_with_use dev-scheme/guile regex deprecated discouraged; then +die "dev-scheme/guile must be built with USE=\"regex deprecated discouraged\"" I swear I installed it before I committed... Anyway, fixed again. |