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
hawking@mars /usr/portage $ grep -r which app-i18n/scim-qtimm/ app-i18n/scim-qtimm/scim-qtimm-0.9.3.ebuild: if which kde-config >/dev/null 2>&1 ; then app-i18n/scim-qtimm/scim-qtimm-0.8.95.ebuild: if which kde-config >/dev/null 2>&1 ; then hawking@mars /usr/portage $ These should be changed to: if type -P kde-config >/dev/null ; then
Removed 0.9.3 and 0.8.95 from portage tree. thanks.