commit: f01caf7fe8bf5e420a157bb5f045186ef4e34c9c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 20:19:20 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 20:19:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01caf7f
gui-apps/waypipe: Stabilize 0.9.1 arm64, #941715
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/waypipe/waypipe-0.9.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/waypipe/waypipe-0.9.1.ebuild
b/gui-apps/waypipe/waypipe-0.9.1.ebuild
index 7624134cc7be..4632f08dfbcb 100644
--- a/gui-apps/waypipe/waypipe-0.9.1.ebuild
+++ b/gui-apps/waypipe/waypipe-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
else
SRC_URI="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
S="${WORKDIR}"/${PN}-v${PV}
- KEYWORDS="amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm arm64 ~x86"
fi
LICENSE="MIT"