commit: b0a8820ea62d048c3916bd258942564307d9aa21
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 07:29:06 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 07:29:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a8820e
gui-apps/waypipe: Stabilize 0.9.2 arm64, #949630
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
gui-apps/waypipe/waypipe-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/waypipe/waypipe-0.9.2.ebuild
b/gui-apps/waypipe/waypipe-0.9.2.ebuild
index c1a615f8c425..9cbf145ed595 100644
--- a/gui-apps/waypipe/waypipe-0.9.2.ebuild
+++ b/gui-apps/waypipe/waypipe-0.9.2.ebuild
@@ -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"