commit:     0e9494bec09622649e43f208ff083c8a97baef0f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 15:08:50 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 15:10:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9494be

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 <ionen <AT> gentoo.org>

 app-emulation/ruffle/ruffle-0_p20220601.ebuild | 2 +-
 app-emulation/ruffle/ruffle-9999.ebuild        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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}

Reply via email to