diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-23 18:07:21 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-23 18:07:53 -0400 |
commit | 0b69f78342098b74fec4e8a61df92e5203d1b565 (patch) | |
tree | 7047ba385ac5b25a8a94dd24ae529a35ee1163e9 /app-shells | |
parent | media-gfx/qrencode: arm64 stable (diff) | |
download | gentoo-0b69f78342098b74fec4e8a61df92e5203d1b565.tar.gz gentoo-0b69f78342098b74fec4e8a61df92e5203d1b565.tar.bz2 gentoo-0b69f78342098b74fec4e8a61df92e5203d1b565.zip |
app-shells/fish: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-2.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-2.7.1.ebuild b/app-shells/fish/fish-2.7.1.ebuild index 2bc49389213d..b5c48166ee18 100644 --- a/app-shells/fish/fish-2.7.1.ebuild +++ b/app-shells/fish/fish-2.7.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/$ LICENSE="GPL-2" SLOT="0" [[ "${PV}" = *_* ]] || \ -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" IUSE="nls test" RDEPEND=" |