commit: 291a70b697b6284256bc9617ad52756de22171b5 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Feb 3 02:52:23 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Feb 3 03:39:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291a70b6
x11-apps/xhost: Version bump to 1.0.10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-apps/xhost/Manifest | 1 + x11-apps/xhost/xhost-1.0.10.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-apps/xhost/Manifest b/x11-apps/xhost/Manifest index d8203ca5ac57..accce748980b 100644 --- a/x11-apps/xhost/Manifest +++ b/x11-apps/xhost/Manifest @@ -1 +1,2 @@ +DIST xhost-1.0.10.tar.xz 137076 BLAKE2B 04e1f14099571966c53f724e4010f90d9606bbf691d02da8652ae2d3921e4404be158227a92216599e4f9a25d97a93acb9dc59be8a60766bab9f20d8ba28cdb6 SHA512 65467b0a096455dae681f8397f5b8b0490a2f80db5cb9f92757cfff8d7822b43833202a275eed8467c6a6aaf3b02e0a7b1a069c5d587d32e56b1893297903051 DIST xhost-1.0.9.tar.xz 132828 BLAKE2B 31304ee5db863b3448057a1702e0bc7739fd01be8b334ba7dece8b4db2b5384ecc11882fad5957e4e9fa491c2ad6e2d22f8ce6cd79988ceac7ce08401ebd886d SHA512 d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818 diff --git a/x11-apps/xhost/xhost-1.0.10.ebuild b/x11-apps/xhost/xhost-1.0.10.ebuild new file mode 100644 index 000000000000..303ed358a3d3 --- /dev/null +++ b/x11-apps/xhost/xhost-1.0.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xorg-3 + +DESCRIPTION="Controls host and/or user access to a running X server" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXau" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +XORG_CONFIGURE_OPTIONS=( + --enable-ipv6 +)