From 252f48992c7bf458a25182c26632b8516f88a320 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 7 Feb 2019 22:03:28 +0200 Subject: 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 --- eclass/gnome.org.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/gnome.org.eclass') diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index f41646749a07..421389f32e6d 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: -- cgit v1.2.3