diff options
-rw-r--r-- | ebuild-writing/error-handling/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/error-handling/text.xml b/ebuild-writing/error-handling/text.xml index 96dc962..35c7419 100644 --- a/ebuild-writing/error-handling/text.xml +++ b/ebuild-writing/error-handling/text.xml @@ -69,7 +69,7 @@ It's best to use <c>|| die</c> too often than too little. <body> <warning> -<c>die</c> <b>will not work in a subshell</b>. +<c>die</c> <b>will not work in a subshell unless you are using EAPI=7 and onwards</b>. </warning> <p> |