SuperTux88 / gentoo-overlay

experimental ebuild collection
9 stars 1 forks source link

dotter package requires sudo as RDEPEND #5

Closed DaniD3v closed 11 months ago

DaniD3v commented 11 months ago

When using any { owner=... } type config dotter tries using sudo.

SuperTux88 commented 11 months ago

That's more of an optional dependency, only for this specific edge case. Most people probably just manage files of their own user in their own home directory, and I don't want to add a hard dependency for everybody to install sudo, if they don't use that feature.

But I added a little note telling people to install sudo themselves if they want to use that feature and sudo isn't installed.