diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-01-27 13:05:25 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-27 14:48:34 -0500 |
commit | 947f6151737a53eb3ef6841595986473f1586c63 (patch) | |
tree | a68a60c985a9d25b1b3148e465e7e9bb601db1ab /app-misc | |
parent | dev-libs/yyjson: Stabilize 0.8.0 amd64, #916070 (diff) | |
download | gentoo-947f6151737a53eb3ef6841595986473f1586c63.tar.gz gentoo-947f6151737a53eb3ef6841595986473f1586c63.tar.bz2 gentoo-947f6151737a53eb3ef6841595986473f1586c63.zip |
app-misc/fastfetch: Stabilize 2.2.3-r1 amd64, #916070
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild b/app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild index 68d514760185..f010c48bf7bc 100644 --- a/app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild +++ b/app-misc/fastfetch/fastfetch-2.2.3-r1.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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" |