diff options
Diffstat (limited to 'sys-apps/secilc/secilc-9999.ebuild')
-rw-r--r-- | sys-apps/secilc/secilc-9999.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys-apps/secilc/secilc-9999.ebuild b/sys-apps/secilc/secilc-9999.ebuild index 9b5d6dac018d..2d316f8aeb42 100644 --- a/sys-apps/secilc/secilc-9999.ebuild +++ b/sys-apps/secilc/secilc-9999.ebuild @@ -2,12 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" - -inherit toolchain-funcs eutils +EAPI="6" MY_P="${P//_/-}" -MY_RELEASEDATE="20160223" +MY_RELEASEDATE="20160930" SEPOL_VER="${PV}" @@ -39,7 +37,3 @@ RDEPEND=" # tests are not meant to be run outside of the # full SELinux userland repo RESTRICT="test" - -src_prepare() { - epatch_user -} |