diff options
author | Sam James <sam@gentoo.org> | 2021-12-07 02:18:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-07 02:18:37 +0000 |
commit | f667c5886b76bce82c67e30d234f0c886162c31f (patch) | |
tree | 2c4b59c45e9408926cbb79451eb573296c571a7a /dev-util | |
parent | dev-util/strace: Stabilize 5.14-r1 amd64, #828483 (diff) | |
download | gentoo-f667c5886b76bce82c67e30d234f0c886162c31f.tar.gz gentoo-f667c5886b76bce82c67e30d234f0c886162c31f.tar.bz2 gentoo-f667c5886b76bce82c67e30d234f0c886162c31f.zip |
dev-util/strace: Stabilize 5.14-r1 ppc64, #828483
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/strace-5.14-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-5.14-r1.ebuild b/dev-util/strace/strace-5.14-r1.ebuild index 99d3cea02afe..82d7abdbd239 100644 --- a/dev-util/strace/strace-5.14-r1.ebuild +++ b/dev-util/strace/strace-5.14-r1.ebuild @@ -10,7 +10,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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |