diff options
Diffstat (limited to 'x11-themes/fluent-icon-theme')
-rw-r--r-- | x11-themes/fluent-icon-theme/fluent-icon-theme-2023.02.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.02.01.ebuild b/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.02.01.ebuild index 82a474b46799..fe300c325a84 100644 --- a/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.02.01.ebuild +++ b/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.02.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/vinceliuice/${MY_PN}.git" else SRC_URI="https://github.com/vinceliuice/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${MY_PN}-${MY_PV}" fi |