commit: ea74e1f7e16c75feb4117cdd5834865b7fc72f38 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sun Jul 16 16:38:29 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Jul 16 16:38:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea74e1f7
app-shells/atuin: fix rust BDEPEND Thanks to Wicher Minnaard for reporting this. Closes: https://bugs.gentoo.org/910425 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> Reported-by: Wicher Minnaard <wicher <AT> gavagai.eu> app-shells/atuin/atuin-15.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/atuin/atuin-15.0.0.ebuild b/app-shells/atuin/atuin-15.0.0.ebuild index 382a9903ea4f..3a2adcb1791f 100644 --- a/app-shells/atuin/atuin-15.0.0.ebuild +++ b/app-shells/atuin/atuin-15.0.0.ebuild @@ -323,7 +323,7 @@ LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 ISC MIT MPL-2. SLOT="0" KEYWORDS="~amd64" -BDEPEND=">=dev-lang/rust-1.67.1" +BDEPEND=">=virtual/rust-1.67.1" QA_FLAGS_IGNORED="usr/bin/${PN}"
