summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-process/numad/numad-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-process/numad/numad-9999.ebuild b/sys-process/numad/numad-9999.ebuild
index 9b9fa1dc7518..d292669c500f 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
}