diff options
author | 2024-11-23 14:16:04 +0100 | |
---|---|---|
committer | 2024-11-23 14:16:04 +0100 | |
commit | 3c40e7d9e5a413061eff08642ad7810a9643e477 (patch) | |
tree | 46e9781cad320d116784e4e3a6f3d32e0f84cd7a | |
parent | net-misc/httpie: Stabilize 3.2.3 amd64, #944624 (diff) | |
download | gentoo-3c40e7d9e5a413061eff08642ad7810a9643e477.tar.gz gentoo-3c40e7d9e5a413061eff08642ad7810a9643e477.tar.bz2 gentoo-3c40e7d9e5a413061eff08642ad7810a9643e477.zip |
app-misc/screenfetch: Stabilize 3.9.1-r1 amd64, #944631
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild b/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild index e575ef6a0395..e91a6a442ebe 100644 --- a/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild +++ b/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git" inherit git-r3 else - KEYWORDS="~amd64 ~arm ~loong ~riscv ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm ~loong ~riscv ~x86 ~x64-macos" SRC_URI="https://github.com/KittyKatt/screenFetch/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" fi |