net-mail/stalwart-cli: fix warnings

Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
This commit is contained in:
Thomas Raschbacher
2025-01-01 22:07:51 +01:00
parent 6bf6f063e8
commit 78fa92df70
2 changed files with 7 additions and 5 deletions

View File

@@ -5,4 +5,7 @@
<email>lordvan@gentoo.org</email>
<name>Thomas Raschbacher</name>
</maintainer>
<upstream>
<remote-id type="github">stalwartlabs/mail-server</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.4
@@ -746,19 +746,18 @@ SRC_URI="https://github.com/stalwartlabs/mail-server/archive/refs/tags/v${PV}.ta
"
# rename to same as stalwart-mail as it is the same tarball
S="${WORKDIR}/mail-server-${PV}"
LICENSE="|| ( AGPL-3 )"
# Dependent crate licenses
LICENSE+="
AGPL-3 Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT
MPL-2.0 Unicode-3.0 ZLIB
"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
S="${WORKDIR}/mail-server-${PV}"
src_compile() {
cargo_src_compile --bin stalwart-cli
}