Diff fontawesome-5.15.1 with a fontawesome-5.15.2
/usr/portage/media-fonts/fontawesome/fontawesome-5.15.2.ebuild 2023-10-09 14:52:31.604368403 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2020 Gentoo Authors |
|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
13 | 13 |
EGIT_REPO_URI="https://github.com/FortAwesome/${MY_PN}.git" |
14 | 14 |
else |
15 | 15 |
SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
16 |
KEYWORDS="amd64 arm arm64 ~ppc64 x86" |
|
16 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" |
|
17 | 17 |
S="${WORKDIR}/${MY_PN}-${PV}" |
18 | 18 |
fi |
19 | 19 |