diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-18 11:26:37 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-18 11:26:37 +0200 |
commit | 7d7f7d8021556d0e739e84748b597c8850352c14 (patch) | |
tree | 6e2d62937f2a13bb2558a96dca7a33dd15602772 /app-shells/fish | |
parent | media-libs/nas: removed obsolete 1.9.4-r2 (diff) | |
download | gentoo-7d7f7d8021556d0e739e84748b597c8850352c14.tar.gz gentoo-7d7f7d8021556d0e739e84748b597c8850352c14.tar.bz2 gentoo-7d7f7d8021556d0e739e84748b597c8850352c14.zip |
app-shells/fish: Stabilize 3.4.0 hppa, #835339
Signed-off-by: Arthur Zamarin <arthurzam@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 bdeb71dbfcef..ec8a590bac0f 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" |