diff options
author | 2023-01-24 00:57:56 +0000 | |
---|---|---|
committer | 2023-01-24 00:57:56 +0000 | |
commit | c58e95af93ffd036efe8829bd1b2713840091df6 (patch) | |
tree | 7c753317ec17277a08fd20f913e6cec8b7375552 /x11-apps/xset | |
parent | x11-apps/xrandr: Stabilize 1.5.2 x86, #891865 (diff) | |
download | gentoo-c58e95af93ffd036efe8829bd1b2713840091df6.tar.gz gentoo-c58e95af93ffd036efe8829bd1b2713840091df6.tar.bz2 gentoo-c58e95af93ffd036efe8829bd1b2713840091df6.zip |
x11-apps/xset: Stabilize 1.2.5 x86, #891865
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-apps/xset')
-rw-r--r-- | x11-apps/xset/xset-1.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xset/xset-1.2.5.ebuild b/x11-apps/xset/xset-1.2.5.ebuild index bd6ac94cdc11..321e271471aa 100644 --- a/x11-apps/xset/xset-1.2.5.ebuild +++ b/x11-apps/xset/xset-1.2.5.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 @@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz" inherit xorg-3 DESCRIPTION="X.Org xset application" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" RDEPEND=" x11-libs/libX11 |