Skip to content

Commit

Permalink
No, USE with EPREFIX passes so far only so
Browse files Browse the repository at this point in the history
  • Loading branch information
halcon74 committed Sep 28, 2020
1 parent b37e8e8 commit f82d654
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Gentoo/Portage/Q.pm
Expand Up @@ -67,9 +67,7 @@ sub envvar {
}
else {
if ($var eq 'USE') {
if ($self->envvar('EPREFIX') ne '/t/data') {
return $ENV{$var};
}
return 'perl -python';
}
else {
defined $ENV{$var} and return $ENV{$var};
Expand Down

0 comments on commit f82d654

Please sign in to comment.