From 0e9494bec09622649e43f208ff083c8a97baef0f Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 12 Jun 2022 11:08:50 -0400 Subject: app-emulation/ruffle: bump rust requirement to >=1.61 Requirements for this package bump faster than I anticipated after barely set it to 1.60 for last one. Will keep the previous snapshot for those that'd rather use stable rust. Closes: https://bugs.gentoo.org/851519 Signed-off-by: Ionen Wolkens --- app-emulation/ruffle/ruffle-0_p20220601.ebuild | 2 +- app-emulation/ruffle/ruffle-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-emulation/ruffle') diff --git a/app-emulation/ruffle/ruffle-0_p20220601.ebuild b/app-emulation/ruffle/ruffle-0_p20220601.ebuild index ce5b0b960130..a0b54e41c3e2 100644 --- a/app-emulation/ruffle/ruffle-0_p20220601.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20220601.ebuild @@ -452,7 +452,7 @@ DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} virtual/pkgconfig - >=virtual/rust-1.60" + >=virtual/rust-1.61" QA_FLAGS_IGNORED=" usr/bin/${PN} diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index 6f79e3b92a43..8d8eea585197 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -26,7 +26,7 @@ DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} virtual/pkgconfig - >=virtual/rust-1.60" + >=virtual/rust-1.61" QA_FLAGS_IGNORED=" usr/bin/${PN} -- cgit v1.2.3-65-gdbad