diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-23 21:42:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-23 21:42:33 +0300 |
commit | c77f0a759b8e4118628ac222cd149dc1c7e42eb1 (patch) | |
tree | f951030c6b3f920def725d45a33febdb4e55ab56 /app-shells | |
parent | dev-python/testfixtures: Name mismatch happens with other Pythons too (diff) | |
download | gentoo-c77f0a759b8e4118628ac222cd149dc1c7e42eb1.tar.gz gentoo-c77f0a759b8e4118628ac222cd149dc1c7e42eb1.tar.bz2 gentoo-c77f0a759b8e4118628ac222cd149dc1c7e42eb1.zip |
app-shells/zsh: Stabilize 5.9-r4 ppc64, #909790
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/zsh-5.9-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh/zsh-5.9-r4.ebuild b/app-shells/zsh/zsh-5.9-r4.ebuild index fab785869370..a9263096b463 100644 --- a/app-shells/zsh/zsh-5.9-r4.ebuild +++ b/app-shells/zsh/zsh-5.9-r4.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit autotools flag-o-matic prefix -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 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.xz https://www.zsh.org/pub/old/${P}.tar.xz |