diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-06-12 11:08:50 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-06-12 11:10:23 -0400 |
commit | 0e9494bec09622649e43f208ff083c8a97baef0f (patch) | |
tree | cf464b23e15ffdffc5873ca55649c5c2f76c3858 /app-emulation | |
parent | dev-python/mistune: Remove old (diff) | |
download | gentoo-0e9494bec09622649e43f208ff083c8a97baef0f.tar.gz gentoo-0e9494bec09622649e43f208ff083c8a97baef0f.tar.bz2 gentoo-0e9494bec09622649e43f208ff083c8a97baef0f.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ruffle/ruffle-0_p20220601.ebuild | 2 | ||||
-rw-r--r-- | 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} |