diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:08:43 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:08:43 +0000 |
commit | 1ab41444ddb0f5bf99b45016229417064501cb7e (patch) | |
tree | ae17b84758894874d41e6b322a05d397d20703d2 | |
parent | net-dns/c-ares: Stabilize 1.19.0 ppc64, #899312 (diff) | |
download | gentoo-1ab41444ddb0f5bf99b45016229417064501cb7e.tar.gz gentoo-1ab41444ddb0f5bf99b45016229417064501cb7e.tar.bz2 gentoo-1ab41444ddb0f5bf99b45016229417064501cb7e.zip |
x11-themes/fluent-icon-theme: Stabilize 2023.02.01 amd64, #899194
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-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 |