Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 11 Feb 2019 17:18:59
Message-Id: 1549905247.252f48992c7bf458a25182c26632b8516f88a320.leio@gentoo
1 commit: 252f48992c7bf458a25182c26632b8516f88a320
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 20:03:28 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 17:14:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252f4899
7
8 gnome.org.eclass: keep inheriting versionator.eclass for older EAPI
9
10 Some ebuilds rely on it still and fail to inherit it themselves.
11
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 eclass/gnome.org.eclass | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass
18 index f41646749a0..421389f32e6 100644
19 --- a/eclass/gnome.org.eclass
20 +++ b/eclass/gnome.org.eclass
21 @@ -11,7 +11,8 @@
22 # @DESCRIPTION:
23 # Provide a default SRC_URI for tarball hosted on gnome.org mirrors.
24
25 -[[ ${EAPI} == [0123456] ]] && inherit eapi7-ver
26 +# versionator inherit kept for older EAPIs due to ebuilds (potentially) relying on it
27 +[[ ${EAPI} == [0123456] ]] && inherit eapi7-ver versionator
28
29 # @ECLASS-VARIABLE: GNOME_TARBALL_SUFFIX
30 # @DESCRIPTION: