diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:42:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:13:17 +0000 |
commit | 640204b4492abc08bf3cd02cdbd645c76956ca98 (patch) | |
tree | 337354bb9166612b6b07d631aa95134f279e6d4a /sys-devel/libtool | |
parent | sys-devel/gnuconfig: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-640204b4492abc08bf3cd02cdbd645c76956ca98.tar.gz gentoo-640204b4492abc08bf3cd02cdbd645c76956ca98.tar.bz2 gentoo-640204b4492abc08bf3cd02cdbd645c76956ca98.zip |
sys-devel/libtool: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/libtool/libtool-2.4.6-r6.ebuild b/sys-devel/libtool/libtool-2.4.6-r6.ebuild index 05d90a944acc..cf041ceafab1 100644 --- a/sys-devel/libtool/libtool-2.4.6-r6.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r6.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi DESCRIPTION="A shared library tool for developers" |