commit:     fc0b8dca8c17e93db9ec51155830edd645263e33
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 10 20:32:37 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 17:14:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0b8dca

gnome2-utils: adapt env_reset for EAPI-7

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 eclass/gnome2-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
index bc7e85fd29d..ee61a57f877 100644
--- a/eclass/gnome2-utils.eclass
+++ b/eclass/gnome2-utils.eclass
@@ -94,7 +94,7 @@ gnome2_environment_reset() {
        # Ensure we don't rely on dconf/gconf while building, bug #511946
        export GSETTINGS_BACKEND="memory"
 
-       if has ${EAPI:-0} 6; then
+       if has ${EAPI:-0} 6 7; then
                # Try to cover the packages honoring this variable, bug #508124
                export GST_INSPECT="$(type -P true)"
 

Reply via email to