commit:     6aa1bccb1977adf71dcb853b0e767decd3ceb83a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 23:55:06 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May  2 15:24:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa1bccb

x11-drivers/xf86-video-intel: Make XORG_CONFIGURE_OPTIONS a local var

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>

 .../xf86-video-intel-2.99.917_p20200310.ebuild                | 11 +++++++++--
 .../xf86-video-intel-2.99.917_p20200515.ebuild                | 11 +++++++++--
 .../xf86-video-intel-2.99.917_p20201215.ebuild                |  9 ++++++++-
 x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild     | 11 +++++++++--
 4 files changed, 35 insertions(+), 7 deletions(-)

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20200310.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20200310.ebuild
index c4843a9eaec..d806869ebdc 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20200310.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20200310.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -57,9 +57,16 @@ PATCHES=(
        "${FILESDIR}"/${PN}-gcc-pr65873.patch
 )
 
+pkg_setup() {
+       linux-info_pkg_setup
+       xorg-3_pkg_setup
+}
+
 src_configure() {
+       # bug #582910
        replace-flags -Os -O2
-       XORG_CONFIGURE_OPTIONS=(
+
+       local XORG_CONFIGURE_OPTIONS=(
                --disable-dri1
                $(use_enable debug)
                $(use_enable dri)

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20200515.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20200515.ebuild
index 7ab01986522..adf00415504 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20200515.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20200515.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -57,9 +57,16 @@ PATCHES=(
        "${FILESDIR}"/${PN}-gcc-pr65873.patch
 )
 
+pkg_setup() {
+       linux-info_pkg_setup
+       xorg-3_pkg_setup
+}
+
 src_configure() {
+       # bug #582910
        replace-flags -Os -O2
-       XORG_CONFIGURE_OPTIONS=(
+
+       local XORG_CONFIGURE_OPTIONS=(
                --disable-dri1
                $(use_enable debug)
                $(use_enable dri)

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20201215.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20201215.ebuild
index 8dd4903ee81..9c1c1b88139 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20201215.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20201215.ebuild
@@ -53,9 +53,16 @@ RDEPEND="
 DEPEND="${RDEPEND}
        x11-base/xorg-proto"
 
+pkg_setup() {
+       linux-info_pkg_setup
+       xorg-3_pkg_setup
+}
+
 src_configure() {
+       # bug #582910
        replace-flags -Os -O2
-       XORG_CONFIGURE_OPTIONS=(
+
+       local XORG_CONFIGURE_OPTIONS=(
                --disable-dri1
                $(use_enable debug)
                $(use_enable dri)

diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
index ae5f7692fc8..66379605a4a 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -53,9 +53,16 @@ RDEPEND="
 DEPEND="${RDEPEND}
        x11-base/xorg-proto"
 
+pkg_setup() {
+       linux-info_pkg_setup
+       xorg-3_pkg_setup
+}
+
 src_configure() {
+       # bug #582910
        replace-flags -Os -O2
-       XORG_CONFIGURE_OPTIONS=(
+
+       local XORG_CONFIGURE_OPTIONS=(
                --disable-dri1
                $(use_enable debug)
                $(use_enable dri)

Reply via email to