commit: 44e291c73fd791c4eb5d608643c8e18c6b6d6115
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 1 23:55:05 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 2 15:24:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e291c7
x11-drivers/xf86-video-geode: Define XORG_CONFIGURE_OPTIONS in src_configure
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
index 3b9f17e5587..be974bd039d 100644
--- a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
+++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit xorg-3
DESCRIPTION="AMD Geode GX2 and LX video driver"
@@ -19,8 +20,9 @@ PATCHES=(
"${FILESDIR}"/${P}-fix-multiple-definition-of-linker-error.patch
)
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
$(use_enable ztv)
)
+ xorg-3_src_configure
}