--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -7,1 +7,1 @@ -inherit perl-module eutils --- +#inherit perl-module eutils @@ -48,4 +48,4 @@ - 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`"