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

(-)file_not_specified_in_diff (-7 / +5 lines)
Line 7 Link Here
7
inherit perl-module eutils
7
#inherit perl-module eutils
8
--
Lines 48-51 Link Here
48
	myconf="${myconf} `use_enable nls`"
48
	use nls && myconf="${myconf} `use_enable nls`"
49
	myconf="${myconf} `use_with perl`"
49
	use perl && myconf="${myconf} `use_with perl`"
50
	myconf="${myconf} `use_enable ipv6`"
50
	use ipv6 && myconf="${myconf} `use_enable ipv6`"
51
	myconf="${myconf} `use_with socks5 socks`"
51
	use socks5 && myconf="${myconf} `use_with socks5 socks`"
52
--

Return to bug 56859