diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-16 22:14:33 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-16 22:14:33 +0200 |
commit | 831df562db3643fd37f778c50d137864a7f766ef (patch) | |
tree | 42812101eed4bc3680a16c7213ae24d1918f210f /app-shells/zsh | |
parent | net-misc/rdate: Stabilize 1.10.2 sparc, #833447 (diff) | |
download | gentoo-831df562db3643fd37f778c50d137864a7f766ef.tar.gz gentoo-831df562db3643fd37f778c50d137864a7f766ef.tar.bz2 gentoo-831df562db3643fd37f778c50d137864a7f766ef.zip |
app-shells/zsh: Stabilize 5.8.1 ppc, #833417
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/zsh-5.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh/zsh-5.8.1.ebuild b/app-shells/zsh/zsh-5.8.1.ebuild index 58b2f7c4f069..9c1644817bbc 100644 --- a/app-shells/zsh/zsh-5.8.1.ebuild +++ b/app-shells/zsh/zsh-5.8.1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code" else - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.xz https://www.zsh.org/pub/old/${P}.tar.xz mirror://sourceforge/${PN}/${P}.tar.xz |