Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
type should be used instead of which in ebuilds: app-text/pdftk-1.12.ebuild:20 if [ -z "$(which gcj 2>/dev/null)" ]; then should be changed to: if [ -z "$(type -P gcj)" ]; then
Fixed. Thanks for reporting.