summaryrefslogtreecommitdiff
path: root/eclass/webapp.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
commit115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce (patch)
treec31afe35699960753f76770d6b0b4ea48af9f686 /eclass/webapp.eclass
parente292b671b113c2cc012beddad93a3df4f9410698 (diff)
gentoo auto-resync : 28:03:2023 - 09:49:10
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r--eclass/webapp.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass
index 9fb646613426..8bd8e2aef03e 100644
--- a/eclass/webapp.eclass
+++ b/eclass/webapp.eclass
@@ -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