diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-03-29 23:08:54 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-29 23:08:54 -0400 |
commit | d0777f965819d45d3f0c675e6ef517aff75ddd8b (patch) | |
tree | 777fbd2643635c55c83cbb5dc107577ac87727d7 /app-shells/fish | |
parent | app-text/calibre: amd64 stable (diff) | |
download | gentoo-d0777f965819d45d3f0c675e6ef517aff75ddd8b.tar.gz gentoo-d0777f965819d45d3f0c675e6ef517aff75ddd8b.tar.bz2 gentoo-d0777f965819d45d3f0c675e6ef517aff75ddd8b.zip |
app-shells/fish: amd64 stable
Bug: https://bugs.gentoo.org/651800
Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'app-shells/fish')
-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 a26d81c57d99..d3fe5a15f71a 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 ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="nls test" RDEPEND=" |