diff options
author | 2012-09-27 16:35:42 +0000 | |
---|---|---|
committer | 2012-09-27 16:35:42 +0000 | |
commit | e49393d403b705b16dd58374774bbb2f7b55b678 (patch) | |
tree | b2e55e4079640e912ad16984959d68277497abed /eclass/selinux-policy-2.eclass | |
parent | Require >=jdk-1.5 for javacc-5.0 and drop SLOT 2. #315557 (diff) | |
download | historical-e49393d403b705b16dd58374774bbb2f7b55b678.tar.gz historical-e49393d403b705b16dd58374774bbb2f7b55b678.tar.bz2 historical-e49393d403b705b16dd58374774bbb2f7b55b678.zip |
naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAPI=4 was previously allowed
Diffstat (limited to 'eclass/selinux-policy-2.eclass')
-rw-r--r-- | eclass/selinux-policy-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass index 5a4e47bd6542..86cf6280518e 100644 --- a/eclass/selinux-policy-2.eclass +++ b/eclass/selinux-policy-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.14 2012/09/08 18:36:12 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.15 2012/09/27 16:35:42 axs Exp $ # Eclass for installing SELinux policy, and optionally # reloading the reference-policy based modules. @@ -100,7 +100,7 @@ DEPEND="${RDEPEND} SELINUX_EXPF="src_unpack src_compile src_install pkg_postinst" case "${EAPI:-0}" in - 2|3|4) SELINUX_EXPF+=" src_prepare" ;; + 2|3|4|5) SELINUX_EXPF+=" src_prepare" ;; *) ;; esac |