sys-libs/libsepol: update to eapi6
authorJason Zaman <perfinion@gentoo.org>
Thu, 4 Aug 2016 18:59:47 +0000 (02:59 +0800)
committerJason Zaman <perfinion@gentoo.org>
Sun, 7 Aug 2016 17:05:08 +0000 (01:05 +0800)
Package-Manager: portage-2.2.28

sys-libs/libsepol/libsepol-9999.ebuild

index 32a347350b0944f9d6cffe9b8bd82b56535e10bc..9cb7096c8b305c25d677ee40cfffc6d810e44037 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
-inherit multilib toolchain-funcs eutils multilib-minimal
+inherit multilib toolchain-funcs multilib-minimal
 
 MY_P="${P//_/-}"
 MY_RELEASEDATE="20150202"
@@ -29,12 +29,11 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
-# tests are not meant to be run outside of the
-# full SELinux userland repo
+# tests are not meant to be run outside of the full SELinux userland repo
 RESTRICT="test"
 
 src_prepare() {
-       epatch_user
+       eapply_user
        multilib_copy_sources
 }