mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-mail/stalwart-cli: fix warnings
Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user