dev-util/tokei: unbundle test dependency libgit2

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-06-12 17:46:54 +02:00
parent a6b9b24fe2
commit a7975f59d9
2 changed files with 18 additions and 0 deletions

View File

@@ -173,6 +173,15 @@ SRC_URI="https://github.com/XAMPPRocky/tokei/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
virtual/pkgconfig
>=dev-libs/libgit2-1.1.0
)
"
QA_FLAGS_IGNORED="usr/bin/tokei"

View File

@@ -169,6 +169,15 @@ SRC_URI="https://github.com/XAMPPRocky/tokei/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
virtual/pkgconfig
>=dev-libs/libgit2-1.1.0
)
"
QA_FLAGS_IGNORED="usr/bin/tokei"