diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-07-16 18:38:29 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-07-16 18:38:48 +0200 |
commit | ea74e1f7e16c75feb4117cdd5834865b7fc72f38 (patch) | |
tree | 77343507b7915f09d4e66b77c1cdc953cec4b403 /app-shells/atuin | |
parent | x11-wm/herbstluftwm: switch to DISTUTILS_USE_PEP517 (diff) | |
download | gentoo-ea74e1f7e16c75feb4117cdd5834865b7fc72f38.tar.gz gentoo-ea74e1f7e16c75feb4117cdd5834865b7fc72f38.tar.bz2 gentoo-ea74e1f7e16c75feb4117cdd5834865b7fc72f38.zip |
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@gentoo.org>
Reported-by: Wicher Minnaard <wicher@gavagai.eu>
Diffstat (limited to 'app-shells/atuin')
-rw-r--r-- | app-shells/atuin/atuin-15.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |