diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:44:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:14:35 +0000 |
commit | 8ecd8699f7ed8e500a1a590313910b07022b1661 (patch) | |
tree | a217a604d926d83a72efca2a25c86706a1a68984 /virtual/libelf | |
parent | virtual/libcrypt: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-8ecd8699f7ed8e500a1a590313910b07022b1661.tar.gz gentoo-8ecd8699f7ed8e500a1a590313910b07022b1661.tar.bz2 gentoo-8ecd8699f7ed8e500a1a590313910b07022b1661.zip |
virtual/libelf: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/libelf')
-rw-r--r-- | virtual/libelf/libelf-3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild index 57e3b8c9d987..ecdcf1ea6941 100644 --- a/virtual/libelf/libelf-3.ebuild +++ b/virtual/libelf/libelf-3.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=6 @@ -7,7 +7,7 @@ inherit multilib-build DESCRIPTION="Virtual for libelf.so.1 provider dev-libs/elfutils" SLOT="0/1" -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" RDEPEND=" >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]" |