diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-29 08:04:23 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-29 08:04:23 +0000 |
commit | b897879933ebf3772f40e5e712ef30daa4ba93bc (patch) | |
tree | 14223cf2ef63bd4205663f5d756a54a7db26f02b /dev-debug/strace | |
parent | sys-process/psmisc: Stabilize 23.7 arm, #930898 (diff) | |
download | gentoo-b897879933ebf3772f40e5e712ef30daa4ba93bc.tar.gz gentoo-b897879933ebf3772f40e5e712ef30daa4ba93bc.tar.bz2 gentoo-b897879933ebf3772f40e5e712ef30daa4ba93bc.zip |
dev-debug/strace: Stabilize 6.8 arm64, #930901
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-debug/strace')
-rw-r--r-- | dev-debug/strace/strace-6.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/strace/strace-6.8.ebuild b/dev-debug/strace/strace-6.8.ebuild index 371f2c870fa7..b606859f2003 100644 --- a/dev-debug/strace/strace-6.8.ebuild +++ b/dev-debug/strace/strace-6.8.ebuild @@ -13,7 +13,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 LICENSE="LGPL-2.1+ test? ( GPL-2+ )" |