diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:30:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:07:26 +0000 |
commit | a3a897c0058e276f4804f8e959bc2fc4614b7170 (patch) | |
tree | aecee2b7341ab68bf1c0aa8c2672791f8601f220 /dev-util | |
parent | dev-util/shtool: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-a3a897c0058e276f4804f8e959bc2fc4614b7170.tar.gz gentoo-a3a897c0058e276f4804f8e959bc2fc4614b7170.tar.bz2 gentoo-a3a897c0058e276f4804f8e959bc2fc4614b7170.zip |
dev-util/strace: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/strace-5.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-5.8.ebuild b/dev-util/strace/strace-5.8.ebuild index ccb5d555782b..c6e695ce32de 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" |