diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-29 08:04:25 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-29 08:04:25 +0000 |
commit | 81cb2e9ba735ee0ca9f9550726c071863ed64404 (patch) | |
tree | 3f3cd3a0871c59e004b75595a323ad924221ce11 /dev-debug | |
parent | dev-debug/strace: Stabilize 6.8 sparc, #930901 (diff) | |
download | gentoo-81cb2e9ba735ee0ca9f9550726c071863ed64404.tar.gz gentoo-81cb2e9ba735ee0ca9f9550726c071863ed64404.tar.bz2 gentoo-81cb2e9ba735ee0ca9f9550726c071863ed64404.zip |
dev-debug/strace: Stabilize 6.8 arm, #930901
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-debug')
-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 08a7eccf94cd..ee7e6bfc08d1 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+ )" |