diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-13 12:49:37 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-13 12:49:37 +0300 |
commit | b980b4253fdb11eb967d660e74f4bf1afd50a7b5 (patch) | |
tree | 55e7f41d333c5cb5be35f0d975b0099a7134ce20 /app-shells | |
parent | sys-fs/cryptsetup: amd64 stable wrt bug #669640 (diff) | |
download | gentoo-b980b4253fdb11eb967d660e74f4bf1afd50a7b5.tar.gz gentoo-b980b4253fdb11eb967d660e74f4bf1afd50a7b5.tar.bz2 gentoo-b980b4253fdb11eb967d660e74f4bf1afd50a7b5.zip |
app-shells/fish: amd64 stable wrt bug #685600
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.0.2.ebuild b/app-shells/fish/fish-3.0.2.ebuild index df7081c01a9d..59f8878d36b3 100644 --- a/app-shells/fish/fish-3.0.2.ebuild +++ b/app-shells/fish/fish-3.0.2.ebuild @@ -16,7 +16,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="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" + KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" fi LICENSE="GPL-2" |