summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-09-12 19:51:58 -0600
committerSam James <sam@gentoo.org>2023-09-13 03:12:44 +0100
commit89c305f00220fedad45658d14189ca7c6c149b74 (patch)
treeffc7983a94aacf2ad991b28629f70fc93f4795d0
parentsys-fs/zfs-kmod: master supports 6.5 (diff)
downloadgentoo-89c305f00220fedad45658d14189ca7c6c149b74.tar.gz
gentoo-89c305f00220fedad45658d14189ca7c6c149b74.tar.bz2
gentoo-89c305f00220fedad45658d14189ca7c6c149b74.zip
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@proton.me> Closes: https://github.com/gentoo/gentoo/pull/32747 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-apps/eza/eza-0.11.1-r1.ebuild (renamed from sys-apps/eza/eza-0.11.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/eza/eza-0.11.1.ebuild b/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 )
"