x11-apps/xauth: Version bump to 1.1.5

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2025-12-31 16:25:52 -05:00
parent 584c4d245f
commit 5ef36ce57c
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST xauth-1.1.4.tar.xz 163696 BLAKE2B 60f693118531058e5114a80e0e34eb8a429c3ce0d8ef168fea21924afa21139abb58b63e64c745c69df7f7e2a0540636f9d5ab32ed6d0019f9bc7cfa92724a7e SHA512 6f08b92acec08fe426da0bcf7f68b0c6d21777bed76c5c316717bf15df0654809a97b6c4d3d570d861c49b85857191a5c5be3b4b84049b2459688af2c7b0a74d
DIST xauth-1.1.5.tar.xz 165480 BLAKE2B fff8682da13b8447f6c54fa4231873f5e0c8716db1f184cf2e61a1d6d4e034093b266f2a6fd08e875ac22ce7a5104792cbf4b6b0591d8b4facb825c1dc7a4d3e SHA512 df94b59de49ced2490351b7ab42d56d3ef92077891b8ba7a73c53b6babb1facd250d934b82f36ee1ddc355dffefb8f52914d30893c9d578711264f82e9bf3cb9

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xorg-3
DESCRIPTION="X authority file utility"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
x11-libs/libX11
x11-libs/libXau
x11-libs/libXext
x11-libs/libXmu"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
XORG_CONFIGURE_OPTIONS=(
--enable-ipv6
)