diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 19:54:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:54:28 +0100 |
commit | 4fb09c2140e326a43c0ac141c128dd3c38dce565 (patch) | |
tree | d5bd1c3a1cf79a0f45e308345ecca77625f52ca8 /dev-util/strace | |
parent | dev-python/soupsieve: Stabilize 2.2.1 ALLARCHES, #784749 (diff) | |
download | gentoo-4fb09c2140e326a43c0ac141c128dd3c38dce565.tar.gz gentoo-4fb09c2140e326a43c0ac141c128dd3c38dce565.tar.bz2 gentoo-4fb09c2140e326a43c0ac141c128dd3c38dce565.zip |
dev-util/strace: Stabilize 5.11 arm, #784800
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-5.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-5.11.ebuild b/dev-util/strace/strace-5.11.ebuild index 73df00d83ec8..bdaba7d79d0a 100644 --- a/dev-util/strace/strace-5.11.ebuild +++ b/dev-util/strace/strace-5.11.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools 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" |