eutils.eclass: move EAPI conditional funcs under the multiple inclusion protection check

This commit is contained in:
Mike Frysinger
2017-01-20 20:12:51 -06:00
parent 1858310612
commit d573fff1da

View File

@@ -1620,8 +1620,6 @@ optfeature() {
fi
}
fi
check_license() {
die "you no longer need this as portage supports ACCEPT_LICENSE itself"
}
@@ -1845,3 +1843,5 @@ in_iuse() {
;;
esac
fi