diff options
author | 2022-06-02 06:24:25 +0200 | |
---|---|---|
committer | 2022-06-02 06:24:25 +0200 | |
commit | 6750625c33b3e193e13d1b3f4cb3c5f54ba3ebd4 (patch) | |
tree | c501deb2a13c1eee3bb344870c773157d16df7c5 | |
parent | dev-libs/libpipeline: Stabilize 1.5.6 sparc, #849131 (diff) | |
download | gentoo-6750625c33b3e193e13d1b3f4cb3c5f54ba3ebd4.tar.gz gentoo-6750625c33b3e193e13d1b3f4cb3c5f54ba3ebd4.tar.bz2 gentoo-6750625c33b3e193e13d1b3f4cb3c5f54ba3ebd4.zip |
dev-util/strace: Stabilize 5.17 arm64, #849146
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | dev-util/strace/strace-5.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-5.17.ebuild b/dev-util/strace/strace-5.17.ebuild index 592765133b04..bc7d1a716985 100644 --- a/dev-util/strace/strace-5.17.ebuild +++ b/dev-util/strace/strace-5.17.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" |