diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-30 20:32:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-31 09:05:24 +0200 |
commit | 4fa26bc549b339f25ad536cc747d132548ab3883 (patch) | |
tree | 2b72034c5107d62735a056cf4ef504e39c24dc99 /sys-apps/dtc | |
parent | x11-misc/xdg-utils: Stabilize 1.1.3_p20210805 ppc64, #867607 (diff) | |
download | gentoo-4fa26bc549b339f25ad536cc747d132548ab3883.tar.gz gentoo-4fa26bc549b339f25ad536cc747d132548ab3883.tar.bz2 gentoo-4fa26bc549b339f25ad536cc747d132548ab3883.zip |
sys-apps/dtc: Drop unused eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-apps/dtc')
-rw-r--r-- | sys-apps/dtc/dtc-1.6.0.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/dtc/dtc-9999.ebuild | 5 |
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" |