Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 765103
Collapse All | Expand All

(-)a/dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild (-1 / +7 lines)
Lines 3-8 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit multilib
7
6
DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing library."
8
DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing library."
7
HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
9
HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
8
10
Lines 22-26 PATCHES=( Link Here
22
)
24
)
23
25
24
src_install() {
26
src_install() {
25
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/lib64" install
27
	emake \
28
		DESTDIR="${D}" \
29
		PREFIX="${EPREFIX}/usr" \
30
		LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
31
		install
26
}
32
}
(-)a/dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild (-1 / +7 lines)
Lines 3-8 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit multilib
7
6
DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing library."
8
DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing library."
7
HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
9
HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
8
10
Lines 22-26 PATCHES=( Link Here
22
)
24
)
23
25
24
src_install() {
26
src_install() {
25
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/lib64" install
27
	emake \
28
		DESTDIR="${D}" \
29
		PREFIX="${EPREFIX}/usr" \
30
		LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
31
		install
26
}
32
}
(-)a/dev-libs/tree-sitter/tree-sitter-9999.ebuild (-1 / +7 lines)
Lines 3-8 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit multilib
7
6
DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing library."
8
DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing library."
7
HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
9
HOMEPAGE="https://github.com/tree-sitter/tree-sitter"
8
10
Lines 22-26 PATCHES=( Link Here
22
)
24
)
23
25
24
src_install() {
26
src_install() {
25
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/lib64" install
27
	emake \
28
		DESTDIR="${D}" \
29
		PREFIX="${EPREFIX}/usr" \
30
		LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
31
		install
26
}
32
}

Return to bug 765103