diff options
author | Sam James <sam@gentoo.org> | 2022-05-02 00:34:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-02 00:34:16 +0100 |
commit | f49d42d6d3b5071739942a44f7fba50def118434 (patch) | |
tree | d67ffad3ba5bcf7b30316455c3d1305c22935219 /app-shells/fish | |
parent | dev-libs/libgcrypt: add USE=asm to 1.8.8, 1.8.9 (diff) | |
download | gentoo-f49d42d6d3b5071739942a44f7fba50def118434.tar.gz gentoo-f49d42d6d3b5071739942a44f7fba50def118434.tar.bz2 gentoo-f49d42d6d3b5071739942a44f7fba50def118434.zip |
app-shells/fish: Stabilize 3.4.0 amd64, #835339
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/fish')
-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 2a91b5916d07..0521028bf2b1 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" |