diff options
author | Sam James <sam@gentoo.org> | 2023-06-06 04:20:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-06 04:20:49 +0100 |
commit | 3205e84412f0131b751885489d9a55367181c034 (patch) | |
tree | 19117b37ad600a28e1e73785211200e2804e60d3 /sys-apps/dtc | |
parent | sys-apps/dtc: add 1.7.0 (now with meson!) (diff) | |
download | gentoo-3205e84412f0131b751885489d9a55367181c034.tar.gz gentoo-3205e84412f0131b751885489d9a55367181c034.tar.bz2 gentoo-3205e84412f0131b751885489d9a55367181c034.zip |
sys-apps/dtc: drop unused toolchain-funcs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/dtc')
-rw-r--r-- | sys-apps/dtc/dtc-1.7.0.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/dtc/dtc-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dtc/dtc-1.7.0.ebuild b/sys-apps/dtc/dtc-1.7.0.ebuild index 8efc03c0d12b..d7f1a0c0858d 100644 --- a/sys-apps/dtc/dtc-1.7.0.ebuild +++ b/sys-apps/dtc/dtc-1.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson toolchain-funcs +inherit meson 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 2f21c8739ec9..63851503ec46 100644 --- a/sys-apps/dtc/dtc-9999.ebuild +++ b/sys-apps/dtc/dtc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson toolchain-funcs +inherit meson if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git" |