diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-06-12 20:31:34 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-12 19:44:27 +0100 |
commit | 91d580d6b34fc9879143c7b909cfa0764510a66c (patch) | |
tree | 7b15ab22a8c6da64e6c8e1f96ad2de67898701da /app-shells/fish | |
parent | dev-libs/nss: stable 3.52.1-r1 for hppa, bug #726842 (diff) | |
download | gentoo-91d580d6b34fc9879143c7b909cfa0764510a66c.tar.gz gentoo-91d580d6b34fc9879143c7b909cfa0764510a66c.tar.bz2 gentoo-91d580d6b34fc9879143c7b909cfa0764510a66c.zip |
app-shells/fish: keyworded 3.0.2 for sparc
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-shells/fish')
-rw-r--r-- | app-shells/fish/fish-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.0.2.ebuild b/app-shells/fish/fish-3.0.2.ebuild index 74c634df070a..03142f16ead5 100644 --- a/app-shells/fish/fish-3.0.2.ebuild +++ b/app-shells/fish/fish-3.0.2.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="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" fi LICENSE="GPL-2" |