aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Wakazono <pastalian46@gmail.com>2024-11-12 00:07:37 +0900
committerTakuya Wakazono <pastalian46@gmail.com>2024-11-12 22:17:16 +0900
commiteb317ddb431f4869c4e728c635afe921e1fcdd68 (patch)
tree7e4987a4050fe4bd0656f331e8d7972bbd486bda /net-irc
parentdev-cpp/cpptoml: treeclean, moved to ::gentoo (diff)
downloadguru-eb317ddb431f4869c4e728c635afe921e1fcdd68.tar.gz
guru-eb317ddb431f4869c4e728c635afe921e1fcdd68.tar.bz2
guru-eb317ddb431f4869c4e728c635afe921e1fcdd68.zip
*/*: update for slotted Rust
guru version of this commit: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ba4dc61965ef7658a24728841c04c9a1ce4871 Closes: https://bugs.gentoo.org/943170 Closes: https://bugs.gentoo.org/943223 Closes: #260 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/halloy/halloy-2024.12-r1.ebuild (renamed from net-irc/halloy/halloy-2024.12.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/halloy/halloy-2024.12.ebuild b/net-irc/halloy/halloy-2024.12-r1.ebuild
index bbc02cd45..e143085ee 100644
--- a/net-irc/halloy/halloy-2024.12.ebuild
+++ b/net-irc/halloy/halloy-2024.12-r1.ebuild
@@ -603,6 +603,8 @@ declare -A GIT_CRATES=(
[winit]='https://github.com/iced-rs/winit;254d6b3420ce4e674f516f7a2bd440665e05484d;winit-%commit%'
)
+RUST_MIN_VER="1.78.0"
+
inherit cargo desktop xdg
DESCRIPTION="IRC application written in Rust"
@@ -635,7 +637,6 @@ fi
# https://github.com/iced-rs/iced/blob/master/DEPENDENCIES.md
BDEPEND="
virtual/pkgconfig
- >=virtual/rust-1.78
"
DEPEND="
dev-libs/expat