diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-04-06 13:00:59 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-04-06 13:05:07 +0200 |
commit | 1e16933bd98eeb8e6eaf3f7d7c056a7b5c18015d (patch) | |
tree | 5e5c13b735ab4c18b6424052c39d6cc63a9886dc /app-shells | |
parent | net-misc/bird: marked ~x64-macos, bug #650848 (diff) | |
download | gentoo-1e16933bd98eeb8e6eaf3f7d7c056a7b5c18015d.tar.gz gentoo-1e16933bd98eeb8e6eaf3f7d7c056a7b5c18015d.tar.bz2 gentoo-1e16933bd98eeb8e6eaf3f7d7c056a7b5c18015d.zip |
app-shells/fish: marked ~x64-macos, bug #650848
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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 d3fe5a15f71a..d33a4f6cf288 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 ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls test" RDEPEND=" |