dev-libs/libcgroup: bump to EAPI 6
authorAnthony G. Basile <blueness@gentoo.org>
Thu, 21 Dec 2017 21:31:18 +0000 (16:31 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Thu, 21 Dec 2017 21:32:27 +0000 (16:32 -0500)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

dev-libs/libcgroup/libcgroup-0.41-r4.ebuild

index ba50ec3ea55e9c8a5047f5a9da2e381656c116ee..0f827edbd6f7edfdafe31dd46541191ca6ecfb9f 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 inherit autotools eutils flag-o-matic linux-info pam
 
@@ -47,6 +47,7 @@ src_prepare() {
                -i src/pam/Makefile.am || die "sed failed"
        sed -e 's#/var/run#/run#g' -i configure.in || die "sed failed"
 
+       eapply_user
        eautoreconf
 }