From 4aa6961183d2022f984bad6d1341eab3bd073cb2 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Thu, 13 Feb 2025 09:27:07 +0200 Subject: [PATCH] gui-apps/waypipe: Stabilize 0.9.2 amd64, #949630 Signed-off-by: Joonas Niilola --- gui-apps/waypipe/waypipe-0.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/waypipe/waypipe-0.9.2.ebuild b/gui-apps/waypipe/waypipe-0.9.2.ebuild index dfab69171f2c8..c1a615f8c4251 100644 --- a/gui-apps/waypipe/waypipe-0.9.2.ebuild +++ b/gui-apps/waypipe/waypipe-0.9.2.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"