diff options
author | Sam James <sam@gentoo.org> | 2024-12-23 10:48:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-23 10:48:03 +0000 |
commit | 23aaf2fc3cc1f4a48c2e20a7da21dcbe695fb2a0 (patch) | |
tree | 340afc1ccf238c03af249d0cc6ed606e558b1f59 /app-misc | |
parent | app-misc/fastfetch: Stabilize 2.30.1 ppc64, #946861 (diff) | |
download | gentoo-23aaf2fc3cc1f4a48c2e20a7da21dcbe695fb2a0.tar.gz gentoo-23aaf2fc3cc1f4a48c2e20a7da21dcbe695fb2a0.tar.bz2 gentoo-23aaf2fc3cc1f4a48c2e20a7da21dcbe695fb2a0.zip |
app-misc/fastfetch: Stabilize 2.30.1 amd64, #946861
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.30.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.30.1.ebuild b/app-misc/fastfetch/fastfetch-2.30.1.ebuild index 151cd4f51031..3d81543b4ade 100644 --- a/app-misc/fastfetch/fastfetch-2.30.1.ebuild +++ b/app-misc/fastfetch/fastfetch-2.30.1.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" |