mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
BloodHound: pkgcheck fixes
This commit is contained in:
parent
ab05fe430f
commit
e769968c73
2 changed files with 2 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 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
|
||||||
|
|
@ -21,7 +21,6 @@ SRC_URI="https://github.com/BloodHoundAD/BloodHound/archive/refs/tags/v${PV}.tar
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~arm64"
|
KEYWORDS="~amd64 ~arm ~arm64"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=">=net-libs/nodejs-12.10.0[npm]"
|
DEPEND=">=net-libs/nodejs-12.10.0[npm]"
|
||||||
# dev-util/electron-packager"
|
# dev-util/electron-packager"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 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
|
||||||
|
|
@ -21,7 +21,6 @@ SRC_URI="https://github.com/BloodHoundAD/BloodHound/archive/refs/tags/v${PV}.tar
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~arm64"
|
KEYWORDS="~amd64 ~arm ~arm64"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=">=net-libs/nodejs-12.10.0[npm]"
|
DEPEND=">=net-libs/nodejs-12.10.0[npm]"
|
||||||
# dev-util/electron-packager"
|
# dev-util/electron-packager"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue