diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-15 14:19:25 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-15 14:20:20 +0300 |
commit | 27324251ceeeef47f24baeb06e3b8bc0c08b2dd2 (patch) | |
tree | 536d10ba94e0890d79f5f0b2203eb66dbcf11bf8 /app-shells | |
parent | www-client/opera-beta: Old (diff) | |
download | gentoo-27324251ceeeef47f24baeb06e3b8bc0c08b2dd2.tar.gz gentoo-27324251ceeeef47f24baeb06e3b8bc0c08b2dd2.tar.bz2 gentoo-27324251ceeeef47f24baeb06e3b8bc0c08b2dd2.zip |
app-shells/zsh: arm64 stable wrt bug #705816
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-shells')
-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 100ce07d9dfe..38bb5002a8fa 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 |