Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 887535 | Differences between
and this patch

Collapse All | Expand All

(-)app-text/texlive-core/texlive-core-2021-r2.ebuild (-1 / +4 lines)
Lines 5-11 Link Here
5
5
6
TL_SOURCE_VERSION=20210325
6
TL_SOURCE_VERSION=20210325
7
7
8
inherit flag-o-matic toolchain-funcs libtool texlive-common
8
inherit autotools flag-o-matic toolchain-funcs libtool texlive-common
9
9
10
MY_P=${PN%-core}-${TL_SOURCE_VERSION}-source
10
MY_P=${PN%-core}-${TL_SOURCE_VERSION}-source
11
11
Lines 167-172 Link Here
167
	default
167
	default
168
168
169
	elibtoolize
169
	elibtoolize
170
171
	eapply "${FILESDIR}"/${PN}-20190410-cairo-cflags.patch
172
	cd ${B}/libs/cairo && eautoreconf && cd - || die
170
}
173
}
171
174
172
src_configure() {
175
src_configure() {

Return to bug 887535