commit: b90171bd37a5a1a577b9d10dcc03ccb1062ab9d9 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 23:09:53 2024 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Nov 16 23:09:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90171bd
app-text/tree: fix variable order Signed-off-by: David Seifert <soap <AT> gentoo.org> app-text/tree/tree-2.1.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/tree/tree-2.1.1-r1.ebuild b/app-text/tree/tree-2.1.1-r1.ebuild index e1316e928361..58340150ffc4 100644 --- a/app-text/tree/tree-2.1.1-r1.ebuild +++ b/app-text/tree/tree-2.1.1-r1.ebuild @@ -8,13 +8,12 @@ inherit toolchain-funcs flag-o-matic DESCRIPTION="Lists directories recursively, and produces an indented listing of files" HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ https://gitlab.com/OldManProgrammer/unix-tree" SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2" +S="${WORKDIR}/unix-${P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" -S=${WORKDIR}/unix-${P} - src_compile() { append-lfs-flags emake \
