diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-21 11:34:45 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-21 11:34:45 +0100 |
commit | 0f5a2f99bb4f235a3723255b8dd1da79c50b4fb2 (patch) | |
tree | 66dbd18b98c84329926c55c962d108e4cdbaaf99 /app-shells/zsh | |
parent | sys-fs/btrfs-progs: ppc64 stable wrt bug #705814 (diff) | |
download | gentoo-0f5a2f99bb4f235a3723255b8dd1da79c50b4fb2.tar.gz gentoo-0f5a2f99bb4f235a3723255b8dd1da79c50b4fb2.tar.bz2 gentoo-0f5a2f99bb4f235a3723255b8dd1da79c50b4fb2.zip |
app-shells/zsh: ppc64 stable wrt bug #705816
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/zsh-5.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh/zsh-5.7.1-r1.ebuild b/app-shells/zsh/zsh-5.7.1-r1.ebuild index 8a6bc0d9a2ca..e01b4a685d95 100644 --- a/app-shells/zsh/zsh-5.7.1-r1.ebuild +++ b/app-shells/zsh/zsh-5.7.1-r1.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 ~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~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 |