commit: 89c305f00220fedad45658d14189ca7c6c149b74 Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Wed Sep 13 01:51:58 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 13 02:12:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c305f0
sys-apps/eza: fix minimum rust version it was lowered in https://github.com/eza-community/eza/pull/236 (merged before 0.11.1) Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/32747 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/eza/{eza-0.11.1.ebuild => eza-0.11.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/eza/eza-0.11.1.ebuild b/sys-apps/eza/eza-0.11.1-r1.ebuild similarity index 99% rename from sys-apps/eza/eza-0.11.1.ebuild rename to sys-apps/eza/eza-0.11.1-r1.ebuild index 4ddbf5c6b2d3..fa845b341a71 100644 --- a/sys-apps/eza/eza-0.11.1.ebuild +++ b/sys-apps/eza/eza-0.11.1-r1.ebuild @@ -118,7 +118,7 @@ IUSE="+git man" DEPEND="git? ( dev-libs/libgit2:= )" RDEPEND="${DEPEND}" BDEPEND=" - >=virtual/rust-1.70.0 + >=virtual/rust-1.65.0 man? ( virtual/pandoc ) "
