Skip to content

Commit 0341db0

Browse files
authored
Merge pull request #1518 from flatcar/tormath1/strace
dev-utils/strace: sync with Gentoo
2 parents 41780a6 + a68d8c1 commit 0341db0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- strace ([6.6](https://github.com/strace/strace/releases/tag/v6.6))

sdk_container/src/third_party/portage-stable/dev-util/strace/metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
<remote-id type="github">strace/strace</remote-id>
2121
<remote-id type="gitlab">strace/strace</remote-id>
2222
<remote-id type="sourceforge">strace</remote-id>
23+
<remote-id type="cpe">cpe:/a:strace_project:strace</remote-id>
2324
</upstream>
2425
</pkgmetadata>

sdk_container/src/third_party/portage-stable/dev-util/strace/strace-6.4-r1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
1313
inherit git-r3
1414
else
1515
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
16-
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
16+
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
1717
fi
1818

1919
LICENSE="LGPL-2.1+ test? ( GPL-2+ )"

sdk_container/src/third_party/portage-stable/dev-util/strace/strace-6.6.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
1313
inherit git-r3
1414
else
1515
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
16-
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
16+
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
1717
fi
1818

1919
LICENSE="LGPL-2.1+ test? ( GPL-2+ )"

0 commit comments

Comments
 (0)