diff options
author | Jason Zaman <perfinion@gentoo.org> | 2016-08-05 02:59:47 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2016-08-08 01:05:08 +0800 |
commit | 3e7fb1aacfa04f5673f0d6d19578ffec222b71e0 (patch) | |
tree | d7b23955c8db8f95e70f4dcdee8982bc5d7d41cb /sys-libs/libsepol | |
parent | app-portage/gpyutils: add python3.5 (diff) | |
download | gentoo-3e7fb1aacfa04f5673f0d6d19578ffec222b71e0.tar.gz gentoo-3e7fb1aacfa04f5673f0d6d19578ffec222b71e0.tar.bz2 gentoo-3e7fb1aacfa04f5673f0d6d19578ffec222b71e0.zip |
sys-libs/libsepol: update to eapi6
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r-- | sys-libs/libsepol/libsepol-9999.ebuild | 11 |
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 } |