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

(-)mawk-1.3.4_p20120627.ebuild (+11 lines)
Lines 16-21 Link Here
16
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
16
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
17
IUSE=""
17
IUSE=""
18
18
19
RDEPEND="app-admin/eselect-awk"
20
DEPEND="${RDEPEND}"
21
19
S=${WORKDIR}/${MY_P}
22
S=${WORKDIR}/${MY_P}
20
23
21
DOCS=( ACKNOWLEDGMENT CHANGES README )
24
DOCS=( ACKNOWLEDGMENT CHANGES README )
Lines 32-34 Link Here
32
	doexe examples/*
35
	doexe examples/*
33
	docompress -x /usr/share/doc/${PF}/examples
36
	docompress -x /usr/share/doc/${PF}/examples
34
}
37
}
38
39
pkg_postinst() {
40
	eselect awk update ifunset
41
}
42
43
pkg_postrm() {
44
	eselect awk update ifunset
45
}

Return to bug 426624