commit:     913b2186bbe21e53032132ca73d2ac7d609edb38
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 15:49:57 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 15:49:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913b2186

x11-drivers/xf86-video-geode: Version bump to 2.18.2

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-geode/Manifest              |  1 +
 .../xf86-video-geode-2.18.2.ebuild                 | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/x11-drivers/xf86-video-geode/Manifest 
b/x11-drivers/xf86-video-geode/Manifest
index 9cbfc09452e6..d4c607798379 100644
--- a/x11-drivers/xf86-video-geode/Manifest
+++ b/x11-drivers/xf86-video-geode/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-geode-2.18.1.tar.xz 585668 BLAKE2B 
a81660478d3f89fff83ddb3407d7d1b160c44e81f0aefed520c5e64751daacefc39bfad51a9d9613adaa2a5326f190ecb04016057445fe2ab74d803a77f4071f
 SHA512 
880a075a1536fa72bd4e4a28210cefc539b40ff1a5a6663b42085a0f2417e90ffbe4b78d2acb3de42f0c8828845ab5a238ec0f9b1fb79e823fd96d28154053ab
+DIST xf86-video-geode-2.18.2.tar.xz 586836 BLAKE2B 
487f9de145d3cc26052e4814acdfd748deb27e258e33f45eb507226f49c7b8e9cfa97a99f92a71f8f4e09b4de9dc8574f84d642a97d832560c8d476c75c9401e
 SHA512 
9228db606704494ab4490a676a6d25355d68438fe909b22cba9766040fc92b6484c95ac08a5e7bd09540bff7b37992b37febb4e3de44ec49c026b378836f5478

diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.18.2.ebuild 
b/x11-drivers/xf86-video-geode/xf86-video-geode-2.18.2.ebuild
new file mode 100644
index 000000000000..434494297c4b
--- /dev/null
+++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.18.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-3
+
+DESCRIPTION="AMD Geode GX and LX graphics driver"
+KEYWORDS="~x86"
+IUSE="ztv"
+
+DEPEND="
+       ztv? (
+               sys-kernel/linux-headers
+       )
+"
+
+src_configure() {
+       local XORG_CONFIGURE_OPTIONS=(
+               $(use_enable ztv)
+       )
+       xorg-3_src_configure
+}

Reply via email to