dev-util/tinyxxd: update blockers for packages that provide /usr/bin/xxd

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2025-11-12 10:14:55 +01:00
parent 0d72c9ac7a
commit c882470f4f
2 changed files with 12 additions and 2 deletions

View File

@@ -21,7 +21,12 @@ SLOT="0"
IUSE="xxd"
RDEPEND="xxd? ( !dev-util/xxd !app-editors/vim-core )"
RDEPEND="
xxd? (
!<app-editors/vim-core-9.1.1652-r1
!dev-util/xxd
)
"
PATCHES=( "${FILESDIR}"/${P}-fix-flags.patch )

View File

@@ -21,7 +21,12 @@ SLOT="0"
IUSE="xxd"
RDEPEND="xxd? ( !dev-util/xxd !app-editors/vim-core )"
RDEPEND="
xxd? (
!<app-editors/vim-core-9.1.1652-r1
!dev-util/xxd
)
"
PATCHES=( "${FILESDIR}"/${PN}-1.3.7-fix-flags.patch )