commit: 4aa6961183d2022f984bad6d1341eab3bd073cb2
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 07:27:07 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 07:27:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa69611
gui-apps/waypipe: Stabilize 0.9.2 amd64, #949630
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
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 dfab69171f2c..c1a615f8c425 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"