diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-17 11:24:04 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-17 11:24:04 +0200 |
commit | 5c1f776375d74b6deabb491d3810e8934c863b59 (patch) | |
tree | ca128c6ede02ddbfeeb4813c4b9118668912c85b /app-shells/fish | |
parent | dev-python/twisted: x86 stable wrt bug #835306 (diff) | |
download | gentoo-5c1f776375d74b6deabb491d3810e8934c863b59.tar.gz gentoo-5c1f776375d74b6deabb491d3810e8934c863b59.tar.bz2 gentoo-5c1f776375d74b6deabb491d3810e8934c863b59.zip |
app-shells/fish: x86 stable wrt bug #835339
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-shells/fish')
-rw-r--r-- | app-shells/fish/fish-3.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.4.0.ebuild b/app-shells/fish/fish-3.4.0.ebuild index 0521028bf2b1..4520db7a0454 100644 --- a/app-shells/fish/fish-3.4.0.ebuild +++ b/app-shells/fish/fish-3.4.0.ebuild @@ -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.xz" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" fi LICENSE="GPL-2" |