7c7 < inherit perl-module eutils --- > #inherit perl-module eutils 48,51c48,51 < myconf="${myconf} `use_enable nls`" < myconf="${myconf} `use_with perl`" < myconf="${myconf} `use_enable ipv6`" < myconf="${myconf} `use_with socks5 socks`" --- > use nls && myconf="${myconf} `use_enable nls`" > use perl && myconf="${myconf} `use_with perl`" > use ipv6 && myconf="${myconf} `use_enable ipv6`" > use socks5 && myconf="${myconf} `use_with socks5 socks`"