diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-13 23:41:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-13 23:42:16 +0100 |
commit | 5a79b7b77905ba671475659c1fc00be40d395d9e (patch) | |
tree | c58a900a4407f18d8ac37dac25cf7fb954de1c9b /app-shells | |
parent | dev-python/elementpath: keyworded 1.4.3 for ia64, bug #703174 (diff) | |
download | gentoo-5a79b7b77905ba671475659c1fc00be40d395d9e.tar.gz gentoo-5a79b7b77905ba671475659c1fc00be40d395d9e.tar.bz2 gentoo-5a79b7b77905ba671475659c1fc00be40d395d9e.zip |
app-shells/fish: keyworded 3.1.0 for ia64, bug #707350
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.1.0.ebuild b/app-shells/fish/fish-3.1.0.ebuild index bba5b8321d52..77f6617e11c3 100644 --- a/app-shells/fish/fish-3.1.0.ebuild +++ b/app-shells/fish/fish-3.1.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git" else SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" fi LICENSE="GPL-2" |