diff options
author | Markus Meier <maekke@gentoo.org> | 2018-01-23 06:56:19 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-01-23 06:56:19 +0100 |
commit | 4c6eda74b1ec5d2dbfdee51be4ea14ee225d2363 (patch) | |
tree | ada73e68811116c757d2639bd7f0d1f951376ade /app-shells | |
parent | www-plugins/chrome-binary-plugins: automated update (64.0.3282.99) (diff) | |
download | gentoo-4c6eda74b1ec5d2dbfdee51be4ea14ee225d2363.tar.gz gentoo-4c6eda74b1ec5d2dbfdee51be4ea14ee225d2363.tar.bz2 gentoo-4c6eda74b1ec5d2dbfdee51be4ea14ee225d2363.zip |
app-shells/fish: add ~arm, bug #601564
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-2.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/fish/fish-2.7.1.ebuild b/app-shells/fish/fish-2.7.1.ebuild index c2a3ea0e6f17..a26d81c57d99 100644 --- a/app-shells/fish/fish-2.7.1.ebuild +++ b/app-shells/fish/fish-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="nls test" RDEPEND=" |