diff options
author | Sam James <sam@gentoo.org> | 2023-01-24 00:57:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-24 00:57:58 +0000 |
commit | 1a492f834a01c90d3cfc0c98d6cf89d234ccf00e (patch) | |
tree | 6c54a11ad8beb64e5d489c50c214aab628588630 | |
parent | x11-apps/xstdcmap: Stabilize 1.0.5 x86, #891865 (diff) | |
download | gentoo-1a492f834a01c90d3cfc0c98d6cf89d234ccf00e.tar.gz gentoo-1a492f834a01c90d3cfc0c98d6cf89d234ccf00e.tar.bz2 gentoo-1a492f834a01c90d3cfc0c98d6cf89d234ccf00e.zip |
x11-apps/xvinfo: Stabilize 1.1.5 x86, #891865
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | x11-apps/xvinfo/xvinfo-1.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xvinfo/xvinfo-1.1.5.ebuild b/x11-apps/xvinfo/xvinfo-1.1.5.ebuild index faa2af05699b..f5389a22ac89 100644 --- a/x11-apps/xvinfo/xvinfo-1.1.5.ebuild +++ b/x11-apps/xvinfo/xvinfo-1.1.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="Print out X-Video extension adaptor information" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" RDEPEND="x11-libs/libXv x11-libs/libX11" |