New review comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/41323#discussion_r1058008641 Comment: Please don't `>=_${revision}` because the `-extra` needs to be rebuilt whenever `mpg123` is rebuilt for no good reason. We probably want to limit to same version, too. ```suggestion depends="libmpg123>=${version}_1<=${version}_999" ```