commit:     9b3919c1b9828559c3fc394fa5cb89ee8c251ca8
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 27 11:08:14 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri May 18 15:59:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3919c1

sys-process/numad: EAPI=6, drop eutils

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sys-process/numad/numad-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-process/numad/numad-9999.ebuild 
b/sys-process/numad/numad-9999.ebuild
index 9b9fa1dc751..d292669c500 100644
--- a/sys-process/numad/numad-9999.ebuild
+++ b/sys-process/numad/numad-9999.ebuild
@@ -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
 }
 

Reply via email to