commit: 3e7fb1aacfa04f5673f0d6d19578ffec222b71e0
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 4 18:59:47 2016 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 17:05:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7fb1aa
sys-libs/libsepol: update to eapi6
Package-Manager: portage-2.2.28
sys-libs/libsepol/libsepol-9999.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/sys-libs/libsepol/libsepol-9999.ebuild
b/sys-libs/libsepol/libsepol-9999.ebuild
index 32a3473..9cb7096 100644
--- a/sys-libs/libsepol/libsepol-9999.ebuild
+++ b/sys-libs/libsepol/libsepol-9999.ebuild
@@ -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
}