From a3a897c0058e276f4804f8e959bc2fc4614b7170 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 5 Apr 2021 20:30:07 +0000 Subject: [PATCH] dev-util/strace: drop s390 to ~s390 (unstable) Signed-off-by: Sam James --- dev-util/strace/strace-5.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/strace/strace-5.8.ebuild b/dev-util/strace/strace-5.8.ebuild index ccb5d555782bd..c6e695ce32de7 100644 --- a/dev-util/strace/strace-5.8.ebuild +++ b/dev-util/strace/strace-5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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"