summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2016-08-05 02:59:47 +0800
committerJason Zaman <perfinion@gentoo.org>2016-08-08 01:05:08 +0800
commit3e7fb1aacfa04f5673f0d6d19578ffec222b71e0 (patch)
treed7b23955c8db8f95e70f4dcdee8982bc5d7d41cb
parentapp-portage/gpyutils: add python3.5 (diff)
downloadgentoo-3e7fb1aacfa04f5673f0d6d19578ffec222b71e0.tar.gz
gentoo-3e7fb1aacfa04f5673f0d6d19578ffec222b71e0.tar.bz2
gentoo-3e7fb1aacfa04f5673f0d6d19578ffec222b71e0.zip
sys-libs/libsepol: update to eapi6
Package-Manager: portage-2.2.28
-rw-r--r--sys-libs/libsepol/libsepol-9999.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys-libs/libsepol/libsepol-9999.ebuild b/sys-libs/libsepol/libsepol-9999.ebuild
index 32a347350b09..9cb7096c8b30 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
}