sys-process/numad: EAPI=6, drop eutils
authorMarty E. Plummer <hanetzer@startmail.com>
Fri, 27 Apr 2018 11:08:14 +0000 (06:08 -0500)
committerMike Gilbert <floppym@gentoo.org>
Fri, 18 May 2018 15:59:13 +0000 (11:59 -0400)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

sys-process/numad/numad-9999.ebuild

index 9b9fa1dc7518171d0540c45abb6b31219010184e..d292669c500f416a282b4bbfa77ebf0ccebd974b 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit linux-info toolchain-funcs eutils
+inherit linux-info toolchain-funcs
 
 if [[ ${PV} == "9999" ]]; then
        EGIT_REPO_URI="https://pagure.io/numad.git"
@@ -23,6 +23,7 @@ IUSE=""
 CONFIG_CHECK="~NUMA ~CPUSETS"
 
 src_prepare() {
+       default
        tc-export CC
 }