diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-23 07:25:37 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-23 07:25:37 +0000 |
commit | 393f3e3a6b22b16e88f92bb297564d515cb71d21 (patch) | |
tree | 8811728505c011bc4de3fde4972e9ff44a26608d /media-fonts | |
parent | dev-python/python-tests: Stabilize 3.10.15 sparc, #939209 (diff) | |
download | gentoo-393f3e3a6b22b16e88f92bb297564d515cb71d21.tar.gz gentoo-393f3e3a6b22b16e88f92bb297564d515cb71d21.tar.bz2 gentoo-393f3e3a6b22b16e88f92bb297564d515cb71d21.zip |
media-fonts/fontawesome: Stabilize 6.5.1 ALLARCHES, #940122
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/fontawesome/fontawesome-6.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/fontawesome/fontawesome-6.5.1.ebuild b/media-fonts/fontawesome/fontawesome-6.5.1.ebuild index e81a305a0785..1972e6e51104 100644 --- a/media-fonts/fontawesome/fontawesome-6.5.1.ebuild +++ b/media-fonts/fontawesome/fontawesome-6.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/FortAwesome/Font-Awesome.git" else SRC_URI="https://github.com/FortAwesome/Font-Awesome/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86" S="${WORKDIR}/Font-Awesome-${PV}" fi |