dev-util/strace: Sync with Gentoo

It's from Gentoo commit a596a549ab9fb5d9d769e92ed40cd2b397fac842.
This commit is contained in:
Flatcar Buildbot 2023-04-24 07:13:20 +00:00 committed by Krzesimir Nowak
parent 278856c33e
commit 66392b75e1

View File

@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3 inherit git-r3
else else
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
fi fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool" DESCRIPTION="A useful diagnostic, instructional, and debugging tool"