diff options
author | 2009-12-21 22:55:10 +0000 | |
---|---|---|
committer | 2009-12-21 22:55:10 +0000 | |
commit | efe214873576f9684d0784c7ead2dd17079222a7 (patch) | |
tree | 550b9ebc8b5664eba91b06805187dc4b1dfcfb3b /paludis | |
parent | f0aa0dd14f7dc50e34a179193a715e24df2ee098 (diff) | |
download | paludis-efe214873576f9684d0784c7ead2dd17079222a7.tar.gz paludis-efe214873576f9684d0784c7ead2dd17079222a7.tar.xz |
4 is the new 3
Diffstat (limited to 'paludis')
-rw-r--r-- | paludis/repositories/e/ebuild/utils/4/banned_in_eapi_4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/e/ebuild/utils/4/banned_in_eapi_4 b/paludis/repositories/e/ebuild/utils/4/banned_in_eapi_4 index 4d824ad7f..dc7b99e45 100644 --- a/paludis/repositories/e/ebuild/utils/4/banned_in_eapi_4 +++ b/paludis/repositories/e/ebuild/utils/4/banned_in_eapi_4 @@ -20,7 +20,7 @@ COLOUR_RED=$'\e[31;01m' COLOUR_NORMAL=$'\e[0m' -echo "${COLOUR_RED}!!! Ebuild bug: '$(basename ${0} )' banned in EAPI 3${COLOUR_NORMAL}" +echo "${COLOUR_RED}!!! Ebuild bug: '$(basename ${0} )' banned in EAPI 4${COLOUR_NORMAL}" echo "$(basename ${0} ): making ebuild PID ${EBUILD_KILL_PID} exit with error" 1>&2 kill -s SIGUSR1 "${EBUILD_KILL_PID}" |