dev-util/strace: Sync with Gentoo

It's from Gentoo commit e9f956fa5355a6c81bec48914dcfd2c9f0170460.
This commit is contained in:
Flatcar Buildbot 2023-12-18 07:11:58 +00:00 committed by Mathieu Tortuyaux
parent 71c9907d18
commit 02d52c97b1
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
3 changed files with 3 additions and 2 deletions

View File

@ -20,5 +20,6 @@
<remote-id type="github">strace/strace</remote-id>
<remote-id type="gitlab">strace/strace</remote-id>
<remote-id type="sourceforge">strace</remote-id>
<remote-id type="cpe">cpe:/a:strace_project:strace</remote-id>
</upstream>
</pkgmetadata>

View File

@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
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
LICENSE="LGPL-2.1+ test? ( GPL-2+ )"

View File

@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
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
LICENSE="LGPL-2.1+ test? ( GPL-2+ )"