diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:23 +0100 |
commit | 44168fe6fbe0f26b317178dfab13f9daf40e4ca1 (patch) | |
tree | c37b6ed41a52e547bc7ad6b7cb030517cc4f9900 /sys-fs/eudev/eudev-3.2.8.ebuild | |
parent | sys-devel/gcc-apple: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-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-3.2.8.ebuild')
-rw-r--r-- | sys-fs/eudev/eudev-3.2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/eudev/eudev-3.2.8.ebuild b/sys-fs/eudev/eudev-3.2.8.ebuild index b8f4365b8521..25d8b24c74ea 100644 --- a/sys-fs/eudev/eudev-3.2.8.ebuild +++ b/sys-fs/eudev/eudev-3.2.8.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" |