diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-27 06:08:14 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-05-18 11:59:13 -0400 |
commit | 9b3919c1b9828559c3fc394fa5cb89ee8c251ca8 (patch) | |
tree | 748d3f1a33a37e976100149794c5f8f6d23f02c9 /sys-process/numad | |
parent | sys-process/numad: git-2->git-r3 (diff) | |
download | gentoo-9b3919c1b9828559c3fc394fa5cb89ee8c251ca8.tar.gz gentoo-9b3919c1b9828559c3fc394fa5cb89ee8c251ca8.tar.bz2 gentoo-9b3919c1b9828559c3fc394fa5cb89ee8c251ca8.zip |
sys-process/numad: EAPI=6, drop eutils
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sys-process/numad')
-rw-r--r-- | sys-process/numad/numad-9999.ebuild | 5 |
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 } |