app-crypt/loop-aes-losetup: eapi bump

Package-Manager: portage-2.3.3
This commit is contained in:
Alon Bar-Lev
2017-02-04 02:59:41 +02:00
parent 51a1e5f51a
commit da3be359ba

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
EAPI="6"
inherit eutils toolchain-funcs libtool flag-o-matic
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
virtual/os-headers"
src_prepare() {
default
epatch "${WORKDIR}"/util-linux-*.diff
elibtoolize
}