vaeth / eix

eix can access Gentoo portage ebuild information and description very quickly (using a local cache). It can also be used to access information on installed packages, local settings, and local and external overlays, and informs about changes in the tree
GNU General Public License v2.0
163 stars 12 forks source link

[eix-sync] Check if layman binary exists #92

Closed samip5 closed 2 years ago

samip5 commented 2 years ago

It should check if it exists before trying to use it.

# eix-sync
 * Syncing all portage overlays
/usr/bin/eix-sync: line 396: layman: command not found
 * layman -S failed
vaeth commented 2 years ago

Won't fix. If you do not have layman, do not configure eix-sync to use layman. There is too much automagic in eix-sync already.

samip5 commented 2 years ago

Won't fix. If you do not have layman, do not configure eix-sync to use layman. There is too much automagic in eix-sync already.

That would make sense then. I had totally missed the config file for it.