commit: 16d58905ddd326b57191842a3867b6c5428ff33b Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon May 1 05:19:01 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon May 1 05:20:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d58905
app-text/tree: Drop empty variable assignments Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-text/tree/tree-2.1.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild index e3c1fec412dd..a8aa448762ab 100644 --- a/app-text/tree/tree-2.1.0.ebuild +++ b/app-text/tree/tree-2.1.0.ebuild @@ -12,13 +12,9 @@ SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" -IUSE="" S=${WORKDIR}/unix-${P} -RDEPEND="" -DEPEND="" - src_compile() { append-lfs-flags emake \
