diff options
author | Sam James <sam@gentoo.org> | 2023-02-01 19:37:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-01 19:38:07 +0000 |
commit | faf29ccd90e38190fba3bff8704a15ccac5ccd3b (patch) | |
tree | 20489c8c50f1fb7b285badc33fe025ca3da15d85 /x11-themes/fluent-icon-theme | |
parent | dev-python/django: Remove old (diff) | |
download | gentoo-faf29ccd90e38190fba3bff8704a15ccac5ccd3b.tar.gz gentoo-faf29ccd90e38190fba3bff8704a15ccac5ccd3b.tar.bz2 gentoo-faf29ccd90e38190fba3bff8704a15ccac5ccd3b.zip |
x11-themes/fluent-icon-theme: Stabilize 2022.11.30 amd64, #892818
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes/fluent-icon-theme')
-rw-r--r-- | x11-themes/fluent-icon-theme/fluent-icon-theme-2022.11.30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/fluent-icon-theme/fluent-icon-theme-2022.11.30.ebuild b/x11-themes/fluent-icon-theme/fluent-icon-theme-2022.11.30.ebuild index 82a474b46799..fe300c325a84 100644 --- a/x11-themes/fluent-icon-theme/fluent-icon-theme-2022.11.30.ebuild +++ b/x11-themes/fluent-icon-theme/fluent-icon-theme-2022.11.30.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 |