diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:43:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:13:56 +0000 |
commit | fbf615be76066cbb21e240f8717ff9de40febf25 (patch) | |
tree | 34bb43fa471622a3d121703071507b96bee06949 /sys-libs | |
parent | sys-libs/pwdb: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-fbf615be76066cbb21e240f8717ff9de40febf25.tar.gz gentoo-fbf615be76066cbb21e240f8717ff9de40febf25.tar.bz2 gentoo-fbf615be76066cbb21e240f8717ff9de40febf25.zip |
sys-libs/readline: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/readline/readline-8.0_p4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/readline/readline-8.0_p4.ebuild b/sys-libs/readline/readline-8.0_p4.ebuild index 89d0c6f52b78..e417adad0535 100644 --- a/sys-libs/readline/readline-8.0_p4.ebuild +++ b/sys-libs/readline/readline-8.0_p4.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 @@ -41,7 +41,7 @@ esac LICENSE="GPL-3" SLOT="0/8" # subslot matches SONAME major -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" IUSE="static-libs +unicode utils" RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,unicode?,${MULTILIB_USEDEP}]" |