mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-12 07:36:15 +02:00
sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit 23406000135a48d11c265be8d96bf7e0ddfae8d0. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
70aedfd2c5
commit
2591bba5a9
@ -37,7 +37,7 @@ else
|
||||
mirror://gnu/${PN}/${P}.tar.xz
|
||||
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
|
||||
"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
REGEN_BDEPEND="verify-sig? ( sec-keys/openpgp-keys-texinfo )"
|
||||
fi
|
||||
fi
|
||||
@ -61,7 +61,11 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
${REGEN_BDEPEND}
|
||||
nls? ( >=sys-devel/gettext-0.19.6 )
|
||||
test? ( dev-perl/Test-Deep )
|
||||
test? (
|
||||
dev-perl/Data-Compare
|
||||
dev-perl/Test-Deep
|
||||
dev-perl/Text-Diff
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@ -61,7 +61,11 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
${REGEN_BDEPEND}
|
||||
nls? ( >=sys-devel/gettext-0.19.6 )
|
||||
test? ( dev-perl/Test-Deep )
|
||||
test? (
|
||||
dev-perl/Data-Compare
|
||||
dev-perl/Test-Deep
|
||||
dev-perl/Text-Diff
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user