diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-05-24 21:41:33 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-05-24 21:41:33 +0200 |
commit | 82e9ddde6f17e843beed29bc1446c635f71efc50 (patch) | |
tree | 33c4e375c842207402fc352affdae2f0a53aeece /app-shells/zsh | |
parent | dev-python/lxml: Require <dev-python/cython-3 (diff) | |
download | gentoo-82e9ddde6f17e843beed29bc1446c635f71efc50.tar.gz gentoo-82e9ddde6f17e843beed29bc1446c635f71efc50.tar.bz2 gentoo-82e9ddde6f17e843beed29bc1446c635f71efc50.zip |
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/zsh-5.9-r3.ebuild | 2 | ||||
-rw-r--r-- | app-shells/zsh/zsh-5.9-r4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/zsh/zsh-5.9-r3.ebuild b/app-shells/zsh/zsh-5.9-r3.ebuild index 8b1c7d49da07..d88f1cce5811 100644 --- a/app-shells/zsh/zsh-5.9-r3.ebuild +++ b/app-shells/zsh/zsh-5.9-r3.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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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 ~sparc-solaris ~sparc64-solaris ~x64-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 diff --git a/app-shells/zsh/zsh-5.9-r4.ebuild b/app-shells/zsh/zsh-5.9-r4.ebuild index 6d24edfd9cd9..85ca5cda93be 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.xz https://www.zsh.org/pub/old/${P}.tar.xz |