commit: 0be83b0d4b48375a988a4c5055c5869d22ae8e86
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 09:43:43 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 09:43:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be83b0d
gui-apps/swaybg: Stabilize 1.2.1 arm64, #941359
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
gui-apps/swaybg/swaybg-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/swaybg/swaybg-1.2.1.ebuild
b/gui-apps/swaybg/swaybg-1.2.1.ebuild
index fdbf272ed840..c72b9e9988c4 100644
--- a/gui-apps/swaybg/swaybg-1.2.1.ebuild
+++ b/gui-apps/swaybg/swaybg-1.2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
else
SRC_URI="https://github.com/swaywm/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"