mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
webapp.eclass: fix spelling
Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -389,7 +389,7 @@ webapp_pkg_setup() {
|
||||
# webapp_src_install() within the same shell process
|
||||
touch "${T}/${SETUP_CHECK_FILE}"
|
||||
|
||||
# special case - some ebuilds *do* need to overwride the SLOT
|
||||
# special case - some ebuilds *do* need to override the SLOT
|
||||
if [[ "${SLOT}+" != "${PVR}+" && "${WEBAPP_MANUAL_SLOT}" != "yes" ]]; then
|
||||
die "Set WEBAPP_MANUAL_SLOT=\"yes\" if you need to SLOT manually"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user