summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:39:23 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:39:23 +0100
commit44168fe6fbe0f26b317178dfab13f9daf40e4ca1 (patch)
treec37b6ed41a52e547bc7ad6b7cb030517cc4f9900 /sys-fs/eudev/eudev-9999.ebuild
parentsys-devel/gcc-apple: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-44168fe6fbe0f26b317178dfab13f9daf40e4ca1.tar.gz
gentoo-44168fe6fbe0f26b317178dfab13f9daf40e4ca1.tar.bz2
gentoo-44168fe6fbe0f26b317178dfab13f9daf40e4ca1.zip
sys-fs/eudev: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/eudev/eudev-9999.ebuild')
-rw-r--r--sys-fs/eudev/eudev-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild
index b8f4365b8521..25d8b24c74ea 100644
--- a/sys-fs/eudev/eudev-9999.ebuild
+++ b/sys-fs/eudev/eudev-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
KV_min=2.6.39
-inherit autotools linux-info multilib multilib-minimal
+inherit autotools linux-info multilib multilib-minimal toolchain-funcs
if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://github.com/gentoo/eudev.git"