Skip to content

Commit

Permalink
eutils.eclass: move EAPI conditional funcs under the multiple inclusi…
Browse files Browse the repository at this point in the history
…on protection check
  • Loading branch information
vapier committed Jan 21, 2017
1 parent 1858310 commit d573fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/eutils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -1620,8 +1620,6 @@ optfeature() {
fi
}

fi

check_license() {
die "you no longer need this as portage supports ACCEPT_LICENSE itself"
}
Expand Down Expand Up @@ -1845,3 +1843,5 @@ in_iuse() {

;;
esac

fi

0 comments on commit d573fff

Please sign in to comment.