mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-action/ddnet: fix scan issues
Signed-off-by: Edgar Luque <edgar@edgarluque.com>
This commit is contained in:
@@ -6,15 +6,15 @@ EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
CRATES="
|
||||
cc-1.0.73
|
||||
cxx-1.0.71
|
||||
cxxbridge-flags-1.0.71
|
||||
cxxbridge-macro-1.0.71
|
||||
link-cplusplus-1.0.6
|
||||
proc-macro2-1.0.40
|
||||
quote-1.0.20
|
||||
syn-1.0.98
|
||||
unicode-ident-1.0.1
|
||||
cc@1.0.73
|
||||
cxx@1.0.71
|
||||
cxxbridge-flags@1.0.71
|
||||
cxxbridge-macro@1.0.71
|
||||
link-cplusplus@1.0.6
|
||||
proc-macro2@1.0.40
|
||||
quote@1.0.20
|
||||
syn@1.0.98
|
||||
unicode-ident@1.0.1
|
||||
"
|
||||
|
||||
inherit cargo cmake python-any-r1 xdg
|
||||
@@ -23,7 +23,7 @@ DESCRIPTION="DDraceNetwork, a cooperative racing mod of Teeworlds "
|
||||
HOMEPAGE="https://ddnet.org/
|
||||
https://github.com/ddnet/ddnet"
|
||||
SRC_URI="https://github.com/ddnet/ddnet/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
||||
$(cargo_crate_uris ${CRATES})"
|
||||
${CARGO_CRATE_URIS}"
|
||||
|
||||
LICENSE="CC-BY-SA-3.0 OFL-1.1 BSD"
|
||||
SLOT="0"
|
||||
|
||||
@@ -21,7 +21,6 @@ EGIT_SUBMODULES=()
|
||||
LICENSE="CC-BY-SA-3.0 OFL-1.1 BSD"
|
||||
SLOT="0"
|
||||
IUSE="antibot autoupdate +client download-gtest headless-client +inform-update +server +tools upnp +videorecorder vulkan websockets"
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND="
|
||||
client? (
|
||||
|
||||
Reference in New Issue
Block a user