diff options
author | Sam James <sam@gentoo.org> | 2023-01-24 00:57:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-24 00:57:50 +0000 |
commit | 9aac1f9e2312b53c4f4125b0233d919999b7fcba (patch) | |
tree | 9e4c1946d55488068c2d2b893c051af70e675e4d /x11-apps | |
parent | x11-apps/xkbevd: Stabilize 1.1.5 x86, #891865 (diff) | |
download | gentoo-9aac1f9e2312b53c4f4125b0233d919999b7fcba.tar.gz gentoo-9aac1f9e2312b53c4f4125b0233d919999b7fcba.tar.bz2 gentoo-9aac1f9e2312b53c4f4125b0233d919999b7fcba.zip |
x11-apps/xkill: Stabilize 1.0.6 x86, #891865
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkill/xkill-1.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xkill/xkill-1.0.6.ebuild b/x11-apps/xkill/xkill-1.0.6.ebuild index 3bcb9eadbc38..0fb43dcbf522 100644 --- a/x11-apps/xkill/xkill-1.0.6.ebuild +++ b/x11-apps/xkill/xkill-1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit xorg-3 DESCRIPTION="kill a client by its X resource" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x86-winnt" RDEPEND="x11-libs/libX11 x11-libs/libXmu" |