diff options
author | Sam James <sam@gentoo.org> | 2022-02-15 16:12:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-15 16:12:33 +0000 |
commit | 2f67286a34174a14b5457d1d8749397223c408bd (patch) | |
tree | 6e044e523ae5b381c1b1348d08667b54168b622f /app-shells/zsh | |
parent | net-misc/socat: ppc stable wrt bug #833027 (diff) | |
download | gentoo-2f67286a34174a14b5457d1d8749397223c408bd.tar.gz gentoo-2f67286a34174a14b5457d1d8749397223c408bd.tar.bz2 gentoo-2f67286a34174a14b5457d1d8749397223c408bd.zip |
app-shells/zsh: Stabilize 5.8.1 x86, #833417
Signed-off-by: Sam James <sam@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 1e2235175665..1822fa8f89a2 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 |