diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-25 15:51:39 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-25 15:52:31 -0700 |
commit | a0174b3ada06f9fc89a55ecee3cb58b5ce46b6bc (patch) | |
tree | 2d6b555dcac627742926a95c9dc36030182a2c2e /x11-apps/xev | |
parent | x11-apps/xdriinfo: Stabilize 1.0.6-r1 arm64, #804288 (diff) | |
download | gentoo-a0174b3ada06f9fc89a55ecee3cb58b5ce46b6bc.tar.gz gentoo-a0174b3ada06f9fc89a55ecee3cb58b5ce46b6bc.tar.bz2 gentoo-a0174b3ada06f9fc89a55ecee3cb58b5ce46b6bc.zip |
x11-apps/xev: Stabilize 1.2.4 arm64, #804288
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-apps/xev')
-rw-r--r-- | x11-apps/xev/xev-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xev/xev-1.2.4.ebuild b/x11-apps/xev/xev-1.2.4.ebuild index 86e6f8c0dc92..ca81668ad06b 100644 --- a/x11-apps/xev/xev-1.2.4.ebuild +++ b/x11-apps/xev/xev-1.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit xorg-3 DESCRIPTION="Print contents of X events" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-winnt" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-winnt" IUSE="" RDEPEND="x11-libs/libX11 |