mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
net-im/tuwunel: Require Rust >=1.94 for 1.6.2
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
@@ -8,7 +8,8 @@ EAPI=8
|
||||
CRATES="
|
||||
"
|
||||
|
||||
LLVM_COMPAT=( {16..21} )
|
||||
LLVM_COMPAT=( 21 )
|
||||
RUST_MIN_VER="1.94.0"
|
||||
|
||||
inherit cargo llvm-r2 linux-info
|
||||
|
||||
@@ -166,7 +167,7 @@ src_install() {
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}"/tuwunel.logrotate-r1 tuwunel
|
||||
|
||||
newinitd "${FILESDIR}"/tuwunel.initd-r1 tuwunel
|
||||
newinitd "${FILESDIR}"/tuwunel.init-r1 tuwunel
|
||||
newconfd "${FILESDIR}"/tuwunel.conf-r1 tuwunel
|
||||
|
||||
# TODO: Add systemd service.
|
||||
|
||||
Reference in New Issue
Block a user