aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZorry <zorry.at.ume.nu>2009-08-11 01:40:13 +0200
committerZorry <zorry.at.ume.nu>2009-08-11 01:40:13 +0200
commit2a8e376c5a6ab00fe5c463dbacee53374e147af8 (patch)
tree5f8fe4670e1063398cf9db113794ff5f0b3360ec
parentMisc fixes (diff)
downloadhardened-dev-2a8e376c5a6ab00fe5c463dbacee53374e147af8.tar.gz
hardened-dev-2a8e376c5a6ab00fe5c463dbacee53374e147af8.tar.bz2
hardened-dev-2a8e376c5a6ab00fe5c463dbacee53374e147af8.zip
change want_espf to support 4.3.4 in eclass/toolchain.eclass
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index e19b9a08..e6b5447c 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -518,7 +518,7 @@ want_minispecs() {
return 1
}
want_espf() {
- if tc_version_is_at_least 4.4.0 && use hardened ; then
+ if tc_version_is_at_least 4.3.4 && use hardened ; then
[[ -n ${ESPF_VER} ]] && [[ -n ${SPECS_VER} ]] && return 0
die "For Hardened to work you need the minispecs files and have the espf patch"
fi