diff options
author | 2024-10-04 09:03:40 +0100 | |
---|---|---|
committer | 2024-10-04 09:03:40 +0100 | |
commit | 068528fcda0f6c5c82ad267e35174655e5b86664 (patch) | |
tree | 1800d1386d53389407abf440e16e7c026e8b2db6 /app-misc | |
parent | games-emulation/ryujinx: add 1.1.1403 (diff) | |
download | gentoo-068528fcda0f6c5c82ad267e35174655e5b86664.tar.gz gentoo-068528fcda0f6c5c82ad267e35174655e5b86664.tar.bz2 gentoo-068528fcda0f6c5c82ad267e35174655e5b86664.zip |
app-misc/fastfetch: Stabilize 2.23.0 amd64, #940743
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.23.0.ebuild b/app-misc/fastfetch/fastfetch-2.23.0.ebuild index 2609a6c86f16..73a204c867dc 100644 --- a/app-misc/fastfetch/fastfetch-2.23.0.ebuild +++ b/app-misc/fastfetch/fastfetch-2.23.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" |