summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-30 20:32:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-31 09:05:24 +0200
commit4fa26bc549b339f25ad536cc747d132548ab3883 (patch)
tree2b72034c5107d62735a056cf4ef504e39c24dc99
parentx11-misc/xdg-utils: Stabilize 1.1.3_p20210805 ppc64, #867607 (diff)
downloadgentoo-4fa26bc5.tar.gz
gentoo-4fa26bc5.tar.bz2
gentoo-4fa26bc5.zip
sys-apps/dtc: Drop unused eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--sys-apps/dtc/dtc-1.6.0.ebuild3
-rw-r--r--sys-apps/dtc/dtc-9999.ebuild5
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/dtc/dtc-1.6.0.ebuild b/sys-apps/dtc/dtc-1.6.0.ebuild
index d61376c56fb8..64c82691f871 100644
--- a/sys-apps/dtc/dtc-1.6.0.ebuild
+++ b/sys-apps/dtc/dtc-1.6.0.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib toolchain-funcs
+
+inherit toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild
index 00244f88a148..4f65bb653123 100644
--- a/sys-apps/dtc/dtc-9999.ebuild
+++ b/sys-apps/dtc/dtc-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib toolchain-funcs
+
+inherit toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"