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

(-)a/sys-libs/timezone-data/timezone-data-2021a.ebuild (-2 / +4 lines)
Lines 21-27 DEPEND="nls? ( virtual/libintl )" Link Here
21
RDEPEND="${DEPEND}
21
RDEPEND="${DEPEND}
22
	!sys-libs/glibc[vanilla(+)]"
22
	!sys-libs/glibc[vanilla(+)]"
23
23
24
S=${WORKDIR}
24
src_unpack() {
25
	mkdir -p "${S}" && cd "${S}" || die
26
	default
27
}
25
28
26
src_prepare() {
29
src_prepare() {
27
	default
30
	default
28
- 

Return to bug 798918