diff options
author | David Seifert <soap@gentoo.org> | 2024-11-17 00:09:53 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2024-11-17 00:09:53 +0100 |
commit | b90171bd37a5a1a577b9d10dcc03ccb1062ab9d9 (patch) | |
tree | 92b5233981539eb51816c2f98df01c454568e386 | |
parent | app-text/tree: drop 2.1.0 (diff) | |
download | gentoo-b90171bd37a5a1a577b9d10dcc03ccb1062ab9d9.tar.gz gentoo-b90171bd37a5a1a577b9d10dcc03ccb1062ab9d9.tar.bz2 gentoo-b90171bd37a5a1a577b9d10dcc03ccb1062ab9d9.zip |
app-text/tree: fix variable order
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | app-text/tree/tree-2.1.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 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 \ |