Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dtc/
Date: Wed, 31 Aug 2022 07:06:30
Message-Id: 1661929524.4fa26bc549b339f25ad536cc747d132548ab3883.asturm@gentoo
1 commit: 4fa26bc549b339f25ad536cc747d132548ab3883
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:32:15 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 07:05:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa26bc5
7
8 sys-apps/dtc: Drop unused eclass
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sys-apps/dtc/dtc-1.6.0.ebuild | 3 ++-
13 sys-apps/dtc/dtc-9999.ebuild | 5 +++--
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-apps/dtc/dtc-1.6.0.ebuild b/sys-apps/dtc/dtc-1.6.0.ebuild
17 index d61376c56fb8..64c82691f871 100644
18 --- a/sys-apps/dtc/dtc-1.6.0.ebuild
19 +++ b/sys-apps/dtc/dtc-1.6.0.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -inherit multilib toolchain-funcs
25 +
26 +inherit toolchain-funcs
27
28 if [[ ${PV} == "9999" ]] ; then
29 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
30
31 diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild
32 index 00244f88a148..4f65bb653123 100644
33 --- a/sys-apps/dtc/dtc-9999.ebuild
34 +++ b/sys-apps/dtc/dtc-9999.ebuild
35 @@ -1,8 +1,9 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 +# Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 -inherit multilib toolchain-funcs
42 +
43 +inherit toolchain-funcs
44
45 if [[ ${PV} == "9999" ]] ; then
46 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"