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

(-)/usr/portage/dev-tex/html2latex/html2latex-1.1-r1.ebuild (-2 / +7 lines)
Lines 21-31 Link Here
21
	imagemagick? ( media-gfx/imagemagick )
21
	imagemagick? ( media-gfx/imagemagick )
22
	libwww? ( dev-perl/libwww-perl )"
22
	libwww? ( dev-perl/libwww-perl )"
23
23
24
src_compile() {
24
src_configure() {
25
	# HTML::LaTex
25
	# HTML::LaTex
26
	cd HTML
26
	cd HTML
27
	perl-module_src_configure
27
	perl-module_src_configure
28
	perl-module_src_compile
28
}
29
30
src_compile() {
31
	# HTML::LaTex
32
	cd HTML
33
       	perl-module_src_compile
29
}
34
}
30
35
31
src_install() {
36
src_install() {

Return to bug 484432