diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-25 11:56:53 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-25 14:03:53 +0200 |
commit | cff4627d3a789d5cdea50698c8ba9b1f24148b10 (patch) | |
tree | 1755774404e889aa06393ccc3a4253dd81afec4c /app-alternatives | |
parent | app-arch/lzma: remove ~mips (diff) | |
download | gentoo-cff4627d3a789d5cdea50698c8ba9b1f24148b10.tar.gz gentoo-cff4627d3a789d5cdea50698c8ba9b1f24148b10.tar.bz2 gentoo-cff4627d3a789d5cdea50698c8ba9b1f24148b10.zip |
app-alternatives/sh: remove ~mips
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-alternatives')
-rw-r--r-- | app-alternatives/sh/sh-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-alternatives/sh/sh-0.ebuild b/app-alternatives/sh/sh-0.ebuild index c62843c07c16..0c27f5c1566a 100644 --- a/app-alternatives/sh/sh-0.ebuild +++ b/app-alternatives/sh/sh-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ ALTERNATIVES=( inherit app-alternatives DESCRIPTION="/bin/sh (POSIX shell) symlink" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" !app-eselect/eselect-sh |