diff options
author | 2024-07-10 01:51:46 +0100 | |
---|---|---|
committer | 2024-07-10 01:51:46 +0100 | |
commit | 316cacf96461fc278742d958e9ea6ab114e24a2e (patch) | |
tree | 7f051770f846f4da9c3e05d60af1985395744e59 /x11-themes | |
parent | net-im/discord: add 0.0.59, drop 0.0.58-r2 (diff) | |
download | gentoo-316cacf96461fc278742d958e9ea6ab114e24a2e.tar.gz gentoo-316cacf96461fc278742d958e9ea6ab114e24a2e.tar.bz2 gentoo-316cacf96461fc278742d958e9ea6ab114e24a2e.zip |
x11-themes/tela-icon-theme: Stabilize 20230625 ppc64, #935790
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/tela-icon-theme/tela-icon-theme-20230625.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-20230625.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-20230625.ebuild index 3a0301169077..269945381660 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-20230625.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-20230625.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ if [[ ${PV} == 99999999 ]]; then EGIT_REPO_URI="https://github.com/vinceliuice/${MY_PN}.git" else SRC_URI="https://github.com/vinceliuice/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64" + KEYWORDS="~amd64 ~arm64 ppc64" S="${WORKDIR}/${MY_PN}-${MY_PV}" fi |