You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this missdetection happens, as your crate does depend on lsb-release to be installed at runtime to check for a version. Unlinke debian, gentoo doesn't have "real" fixed version numbers since it is a rolling release distro. Therefore, installing lsb-release repeating the command shows:
when I fire up /usr/bin/cargo -vV on gentoo, it shows the following:
this missdetection happens, as your crate does depend on lsb-release to be installed at runtime to check for a version. Unlinke debian, gentoo doesn't have "real" fixed version numbers since it is a rolling release distro. Therefore, installing lsb-release repeating the command shows:
which is a slight improvement, but still not really correct.
A common practice is to use the version of sys-apps/baselayout as the version number of Gentoo. It ships a simple release file:
maybe its possible to exploit that file in the future?
The text was updated successfully, but these errors were encountered: