diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:25:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:25:03 +0100 |
commit | 05f9048fe8f755f9b99e8e7aed2c4eb9cba274cf (patch) | |
tree | 2782e1bc41d41bbabf91af38f1e62b59e59a59a7 /app-shells/fish/fish-9999.ebuild | |
parent | app-shells/dash: drop x86-macos (diff) | |
download | gentoo-05f9048fe8f755f9b99e8e7aed2c4eb9cba274cf.tar.gz gentoo-05f9048fe8f755f9b99e8e7aed2c4eb9cba274cf.tar.bz2 gentoo-05f9048fe8f755f9b99e8e7aed2c4eb9cba274cf.zip |
app-shells/fish: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-shells/fish/fish-9999.ebuild')
-rw-r--r-- | app-shells/fish/fish-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild index 0ba68e1c6750..818ac45ef968 100644 --- a/app-shells/fish/fish-9999.ebuild +++ b/app-shells/fish/fish-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git" else SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" fi LICENSE="GPL-2" |