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

(-)parted-1.4.24-r1.ebuild (+9 lines)
Lines 15-20 Link Here
15
	nls? ( >=sys-devel/gettext-0.10.38 )
15
	nls? ( >=sys-devel/gettext-0.10.38 )
16
	python? ( >=dev-lang/python-2.0 )"
16
	python? ( >=dev-lang/python-2.0 )"
17
17
18
src_unpack() {
19
	unpack ${A}
20
	if [ -z "`use nls`" ]
21
	then
22
		touch ${S}/parted/libintl.h
23
	        touch ${S}/debug/clearfat/libintl.h
24
		find ${S}/libparted/ -type d -exec touch {}/libintl.h \;
25
	fi
26
}
18
27
19
src_compile() {
28
src_compile() {
20
29

Return to bug 1364