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
164 stars 13 forks source link

Do not emit error if there is no $HOME environment variable #91

Closed Flowdalic closed 3 years ago

Flowdalic commented 3 years ago

Using eix in a systemd unit would display this error message on every invocation of eix. This commit removes the "no $HOME" error message, as it is largely unnecessary and hence mostly causes noise.

vaeth commented 3 years ago

Thanks for the contribution.