diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-05-17 14:25:44 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-06-04 21:57:04 +0300 |
commit | b45cf562cbf95d66ef8f5f3a3f3d459de9154824 (patch) | |
tree | 79d7cbb45d23ef83f52ffbc2ee259aafe45c15cf /app-shells | |
parent | sys-apps/the_silver_searcher: add ~arm64 keyword (diff) | |
download | gentoo-b45cf562cbf95d66ef8f5f3a3f3d459de9154824.tar.gz gentoo-b45cf562cbf95d66ef8f5f3a3f3d459de9154824.tar.bz2 gentoo-b45cf562cbf95d66ef8f5f3a3f3d459de9154824.zip |
app-shell/fish: add ~arm64 keyword
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 d69c93f70246..657ee7b3e84c 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 ~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=" |