diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-29 20:57:50 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-29 20:58:10 -0500 |
commit | 580f9ad17e07964f25fd3ec1312f506581ff166a (patch) | |
tree | 2a4208e67c10edeb8df96d54fe18040eb57680d7 /dev-util/strace | |
parent | net-dns/dnssec-root: move dev-perl/XML-XPath to BDEPEND (2) (diff) | |
download | gentoo-580f9ad17e07964f25fd3ec1312f506581ff166a.tar.gz gentoo-580f9ad17e07964f25fd3ec1312f506581ff166a.tar.bz2 gentoo-580f9ad17e07964f25fd3ec1312f506581ff166a.zip |
dev-util/strace: arm64 stable (bug #701500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-5.3.ebuild b/dev-util/strace/strace-5.3.ebuild index db378889c0d5..114af99af1bb 100644 --- a/dev-util/strace/strace-5.3.ebuild +++ b/dev-util/strace/strace-5.3.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 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |