sys-apps/checkpolicy: update to eapi6
authorJason Zaman <perfinion@gentoo.org>
Thu, 4 Aug 2016 18:51:30 +0000 (02:51 +0800)
committerJason Zaman <perfinion@gentoo.org>
Sun, 7 Aug 2016 17:05:21 +0000 (01:05 +0800)
Package-Manager: portage-2.2.28

sys-apps/checkpolicy/checkpolicy-9999.ebuild

index 3402206fd0eb0e160cf017c499784a89fdfd3767..9387cc048a7ef46dfab51f7ad82a5e689a894a22 100644 (file)
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
 
 MY_P="${P//_/-}"
 MY_RELEASEDATE="20160223"
@@ -36,10 +36,6 @@ DEPEND=">=sys-libs/libsepol-${SEPOL_VER}
 
 RDEPEND=">=sys-libs/libsemanage-${SEMNG_VER}"
 
-src_prepare() {
-       epatch_user
-}
-
 src_compile() {
        emake CC="$(tc-getCC)" YACC="bison -y" LIBDIR="\$(PREFIX)/$(get_libdir)"
 }