summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-09-22 21:27:23 -0700
committerMatt Turner <mattst88@gentoo.org>2019-09-22 21:27:58 -0700
commit33ad08d82f4a6072be9cc02cc54bd998590f4891 (patch)
treed6b97f59697645f8a5ca182e2ac235be67dfd6ca
parentwww-apps/cgisysinfo: removed -9999 logic. bump to eapi 7 (diff)
downloadgentoo-33ad08d82f4a6072be9cc02cc54bd998590f4891.tar.gz
gentoo-33ad08d82f4a6072be9cc02cc54bd998590f4891.tar.bz2
gentoo-33ad08d82f4a6072be9cc02cc54bd998590f4891.zip
x11-drivers/xf86-video-geode: Version bump to 2.11.20
Straight to stable since evidently the 2.11.19 was not compatible with xserver 1.20. Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-drivers/xf86-video-geode/Manifest2
-rw-r--r--x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild (renamed from x11-drivers/xf86-video-geode/xf86-video-geode-2.11.19.ebuild)9
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-drivers/xf86-video-geode/Manifest b/x11-drivers/xf86-video-geode/Manifest
index 0724ca8e6654..5775698a5845 100644
--- a/x11-drivers/xf86-video-geode/Manifest
+++ b/x11-drivers/xf86-video-geode/Manifest
@@ -1 +1 @@
-DIST xf86-video-geode-2.11.19.tar.bz2 668151 BLAKE2B 9d207fdc36fd48d0f36258cc497f9ad1a1650647a2dd6068d417a67066ca832f9c914fcf91f286173f58f12f9c641e01b34fb410d66fd33445060994b3347731 SHA512 f0b1c5edf1c226a4379aa9a4983e69cbaced0618868a7902de41a7754c148324c2a4ea73704aefd96f48d36f035fb2c8063604c26e21e986e4f90c3716578d41
+DIST xf86-video-geode-2.11.20.tar.bz2 699973 BLAKE2B ed5c96a4ac41bb908239d89a49ef833a56fdeab62e441ddf36e32be1704a0850a2466a5538aafad87c83d3850339b0bdf0610851a17e3f4ace5eefab20c82296 SHA512 a67376ec174c544256aef693590d515742199c2acf1a54117207f599e1d9f70a3fb70c9c811ebc3f907dfa795e0e662a1c1f18673774660f0d5f3c757e848f0d
diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.19.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
index 71011b9f74f6..1f52580d981c 100644
--- a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.19.ebuild
+++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit xorg-2
+EAPI=7
+inherit xorg-3
DESCRIPTION="AMD Geode GX2 and LX video driver"
@@ -15,9 +15,8 @@ DEPEND="${RDEPEND}
sys-kernel/linux-headers
)"
-src_configure() {
+pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable ztv)
)
- xorg-2_src_configure
}