diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-07 22:03:28 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-11 19:14:07 +0200 |
commit | 252f48992c7bf458a25182c26632b8516f88a320 (patch) | |
tree | 8b26378c3b78d5310d10ab750d46117399b956f7 /eclass/gnome.org.eclass | |
parent | xdg.eclass: enable EAPI 7 (diff) | |
download | gentoo-252f48992c7bf458a25182c26632b8516f88a320.tar.gz gentoo-252f48992c7bf458a25182c26632b8516f88a320.tar.bz2 gentoo-252f48992c7bf458a25182c26632b8516f88a320.zip |
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@gentoo.org>
Diffstat (limited to 'eclass/gnome.org.eclass')
-rw-r--r-- | eclass/gnome.org.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
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: |