Skip to content

Commit

Permalink
app-text/tree: fix variable order
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Nov 16, 2024
1 parent 33d5365 commit b90171b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-text/tree/tree-2.1.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b90171b

Please sign in to comment.