diff options
author | 2023-06-01 04:28:15 +0100 | |
---|---|---|
committer | 2023-06-01 04:28:15 +0100 | |
commit | e6312c314d96604c99a3a53c2cbef426f0d20131 (patch) | |
tree | 28f8d20d8e9b6b4c99ad75f97b8956d4cb9481e6 /dev-util/strace | |
parent | dev-util/strace: Stabilize 6.2 amd64, #903957 (diff) | |
download | gentoo-e6312c314d96604c99a3a53c2cbef426f0d20131.tar.gz gentoo-e6312c314d96604c99a3a53c2cbef426f0d20131.tar.bz2 gentoo-e6312c314d96604c99a3a53c2cbef426f0d20131.zip |
dev-util/strace: Stabilize 6.2 ppc, #903957
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-6.2.ebuild b/dev-util/strace/strace-6.2.ebuild index b4d139d47940..43dba85d19d6 100644 --- a/dev-util/strace/strace-6.2.ebuild +++ b/dev-util/strace/strace-6.2.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 ~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 DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |