help2man: remove gettext from hostmakdepends, it cycles

This commit is contained in:
Duncaen
2022-06-30 19:29:01 +02:00
parent 4f3cc98c58
commit 4944a72987

View File

@@ -3,7 +3,9 @@ pkgname=help2man
version=1.49.2
revision=1
build_style=gnu-configure
hostmakedepends="perl-Locale-gettext gettext"
# no 'gettext' build dependency, it creates a cycle:
# automake -> autoconf -> help2man -> !gettext! -> automake
hostmakedepends="perl-Locale-gettext"
depends="perl-Locale-gettext"
short_desc="GNU conversion tool to create man files"
maintainer="Orphaned <orphan@voidlinux.org>"