diff options
author | Sam James <sam@gentoo.org> | 2022-03-27 03:32:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-27 03:32:56 +0100 |
commit | 6fad870e488c5c1552a6fc4c09a14ca456688cb4 (patch) | |
tree | 1bf005a2f3cb7abc17e03aaf926e61430ca5e0c6 /app-shells | |
parent | app-shells/fish: Stabilize 3.4.0 ppc, #835339 (diff) | |
download | gentoo-6fad870e488c5c1552a6fc4c09a14ca456688cb4.tar.gz gentoo-6fad870e488c5c1552a6fc4c09a14ca456688cb4.tar.bz2 gentoo-6fad870e488c5c1552a6fc4c09a14ca456688cb4.zip |
app-shells/fish: Stabilize 3.4.0 ppc64, #835339
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-3.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.4.0.ebuild b/app-shells/fish/fish-3.4.0.ebuild index aab8154c0b5e..2a91b5916d07 100644 --- a/app-shells/fish/fish-3.4.0.ebuild +++ b/app-shells/fish/fish-3.4.0.ebuild @@ -18,7 +18,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.xz" - KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" fi LICENSE="GPL-2" |