commit:     252f48992c7bf458a25182c26632b8516f88a320
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 20:03:28 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 17:14:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252f4899

gnome.org.eclass: keep inheriting versionator.eclass for older EAPI

Some ebuilds rely on it still and fail to inherit it themselves.

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

 eclass/gnome.org.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass
index f41646749a0..421389f32e6 100644
--- a/eclass/gnome.org.eclass
+++ b/eclass/gnome.org.eclass
@@ -11,7 +11,8 @@
 # @DESCRIPTION:
 # Provide a default SRC_URI for tarball hosted on gnome.org mirrors.
 
-[[ ${EAPI} == [0123456] ]] && inherit eapi7-ver
+# versionator inherit kept for older EAPIs due to ebuilds (potentially) 
relying on it
+[[ ${EAPI} == [0123456] ]] && inherit eapi7-ver versionator
 
 # @ECLASS-VARIABLE: GNOME_TARBALL_SUFFIX
 # @DESCRIPTION:

Reply via email to