time: fix x86 debuginfo package "requires".

This commit is contained in:
Oscar Lesta
2025-08-08 11:55:02 -03:00
committed by OscarL
parent 3807731b37
commit 9a81efb32d

View File

@@ -7,7 +7,7 @@ zero values."
HOMEPAGE="https://www.gnu.org/software/time/"
COPYRIGHT="2004-2023 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://ftp.gnu.org/gnu/time/time-$portVersion.tar.gz"
CHECKSUM_SHA256="fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e"
@@ -45,7 +45,7 @@ TEST_REQUIRES="
cmd:which
"
defineDebugInfoPackage time \
defineDebugInfoPackage time$secondaryArchSuffix \
$commandBinDir/time
BUILD()