Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 851519 - app-emulation/ruffle-0_p20220601 should depend on dev-lang/rust-1.61.0 or newer
Summary: app-emulation/ruffle-0_p20220601 should depend on dev-lang/rust-1.61.0 or newer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-12 09:59 UTC by Roman
Modified: 2022-06-12 15:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman 2022-06-12 09:59:29 UTC
Package app-emulation/ruffle-0_p20220601 should depend on dev-lang/rust-1.61.0 or newer - trying to emerge with the current stable rust gives me the following error:

>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-emulation/ruffle-0_p20220601/work/ruffle-nightly-2022-06-01 ...
 * cargo build --release --bins
error: package `enum-map v2.3.0` cannot be built because it requires rustc 1.61 or newer, while the currently active rustc version is 1.60.0
Comment 1 Larry the Git Cow gentoo-dev 2022-06-12 15:12:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9494bec09622649e43f208ff083c8a97baef0f

commit 0e9494bec09622649e43f208ff083c8a97baef0f
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-06-12 15:08:50 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-06-12 15:10:23 +0000

    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>

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