summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2016-10-01 11:46:48 +0800
committerJason Zaman <perfinion@gentoo.org>2016-10-03 15:02:41 +0800
commitd82cdfbb17e70b1a258dad133d80451e7f8f571a (patch)
tree60bcc30c7d12135539f14e9f94405eca5e16d938 /sys-apps/secilc/secilc-9999.ebuild
parentsys-apps/policycoreutils: bump to 2.6-rc1 (diff)
downloadgentoo-d82cdfbb17e70b1a258dad133d80451e7f8f571a.tar.gz
gentoo-d82cdfbb17e70b1a258dad133d80451e7f8f571a.tar.bz2
gentoo-d82cdfbb17e70b1a258dad133d80451e7f8f571a.zip
sys-apps/secilc: bump to 2.6-rc1
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-apps/secilc/secilc-9999.ebuild')
-rw-r--r--sys-apps/secilc/secilc-9999.ebuild10
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
-}