mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-containers/aardvark-dns: sync live
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
728e3e3798
commit
8c26fc6aee
@ -1,8 +1,9 @@
|
|||||||
# Copyright 2023-2024 Gentoo Authors
|
# Copyright 2023-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
RUST_MIN_VER="1.87.0"
|
||||||
[[ ${PV} == 9999* ]] || CRATES="${PN}@${PV}"
|
[[ ${PV} == 9999* ]] || CRATES="${PN}@${PV}"
|
||||||
inherit cargo
|
inherit cargo
|
||||||
|
|
||||||
@ -23,6 +24,7 @@ LICENSE="Apache-2.0"
|
|||||||
# deps
|
# deps
|
||||||
LICENSE+=" 0BSD Apache-2.0-with-LLVM-exceptions MIT Unlicense Unicode-DFS-2016 ZLIB"
|
LICENSE+=" 0BSD Apache-2.0-with-LLVM-exceptions MIT Unlicense Unicode-DFS-2016 ZLIB"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
QA_FLAGS_IGNORED="usr/libexec/podman/${PN}"
|
QA_FLAGS_IGNORED="usr/libexec/podman/${PN}"
|
||||||
QA_PRESTRIPPED="usr/libexec/podman/${PN}"
|
QA_PRESTRIPPED="usr/libexec/podman/${PN}"
|
||||||
ECARGO_VENDOR="${WORKDIR}/vendor"
|
ECARGO_VENDOR="${WORKDIR}/vendor"
|
||||||
@ -42,6 +44,6 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
export PREFIX="${EPREFIX}"/usr
|
local -x PREFIX="${EPREFIX}"/usr
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user