Gentoo Archives: gentoo-portage-dev

From: "Ulrich Müller" <ulm@g.o>
To: "Ulrich Müller" <ulm@g.o>
Cc: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH] Drop removed git and tla from list of live eclasses.
Date: Fri, 26 Jul 2019 09:28:15
Message-Id: w6gef2dxhzr.fsf@kph.uni-mainz.de
In Reply to: [gentoo-portage-dev] [PATCH] Support PROPERTIES="live". by "Ulrich Müller"
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 cnf/sets/portage.conf | 2 +-
4 lib/portage/const.py | 4 +---
5 2 files changed, 2 insertions(+), 4 deletions(-)
6
7 diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
8 index ed4c6d9a7..38c50a647 100644
9 --- a/cnf/sets/portage.conf
10 +++ b/cnf/sets/portage.conf
11 @@ -65,7 +65,7 @@ includes = live
12 [deprecated-live-rebuild]
13 class = portage.sets.dbapi.VariableSet
14 variable = INHERITED
15 -includes = bzr cvs darcs git git-2 git-r3 golang-vcs mercurial subversion tla
16 +includes = bzr cvs darcs git-2 git-r3 golang-vcs mercurial subversion
17
18 # Installed packages that own files inside /lib/modules.
19 [module-rebuild]
20 diff --git a/lib/portage/const.py b/lib/portage/const.py
21 index edbfb9f17..0ed64a742 100644
22 --- a/lib/portage/const.py
23 +++ b/lib/portage/const.py
24 @@ -1,5 +1,5 @@
25 # portage: Constants
26 -# Copyright 1998-2018 Gentoo Authors
27 +# Copyright 1998-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 from __future__ import unicode_literals
31 @@ -240,13 +240,11 @@ LIVE_ECLASSES = frozenset([
32 "bzr",
33 "cvs",
34 "darcs",
35 - "git",
36 "git-2",
37 "git-r3",
38 "golang-vcs",
39 "mercurial",
40 "subversion",
41 - "tla",
42 ])
43
44 SUPPORTED_BINPKG_FORMATS = ("tar", "rpm")
45 --
46 2.22.0

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies