Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 28 Apr 2020 06:09:41
Message-Id: 1588054111.33d6841eaa68f1d5a72529c0c794abf0ea4e6909.juippis@gentoo
1 commit: 33d6841eaa68f1d5a72529c0c794abf0ea4e6909
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 06:08:31 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 06:08:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d6841e
7
8 eclass: last-rite bzr.eclass
9
10 - became dysfunctional after removal of dev-vcs/bzr.
11
12 Bug: https://bugs.gentoo.org/715044
13 Bug: https://bugs.gentoo.org/719892
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 eclass/bzr.eclass | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass
20 index fc1de9dc9cc..1c1e7dfa415 100644
21 --- a/eclass/bzr.eclass
22 +++ b/eclass/bzr.eclass
23 @@ -1,6 +1,7 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 +# @DEAD
29 # @ECLASS: bzr.eclass
30 # @MAINTAINER:
31 # Ulrich Müller <ulm@g.o>