From fe684335416af413227e9084fbd057b688299d51 Mon Sep 17 00:00:00 2001 From: Vadim Misbakh-Soloviov Date: Mon, 15 Jan 2024 14:55:35 +0700 Subject: dev-embedded/lm4tools: fix QA issues Closes: https://bugs.gentoo.org/913256 Signed-off-by: Vadim Misbakh-Soloviov --- dev-embedded/lm4tools/lm4tools-9999.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dev-embedded/lm4tools/lm4tools-9999.ebuild b/dev-embedded/lm4tools/lm4tools-9999.ebuild index ece5beb..81789f2 100644 --- a/dev-embedded/lm4tools/lm4tools-9999.ebuild +++ b/dev-embedded/lm4tools/lm4tools-9999.ebuild @@ -1,21 +1,22 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -EGIT_REPO_URI="https://github.com/utzig/lm4tools.git" - -inherit eutils toolchain-funcs git-r3 +inherit toolchain-funcs git-r3 DESCRIPTION="Provides lm4flash and lmicdiusb for developing on the TI Stellaris Launchpad" HOMEPAGE="https://github.com/utzig/lm4tools" +EGIT_REPO_URI="https://github.com/utzig/lm4tools.git" LICENSE="GPL-2+ MIT" SLOT="0" RDEPEND="virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" src_prepare () { sed -e "s:gcc:$(tc-getCC):" -i lm4flash/Makefile || die -- cgit v1.2.3-65-gdbad