diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:26 +0100 |
commit | 1b0ab899475930648518666a372a91192e4797d5 (patch) | |
tree | a2e3553f5315990f8f5ceb6b948e09f11c1c19f3 /sys-fs/mtd-utils | |
parent | sys-fs/eudev: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-1b0ab899475930648518666a372a91192e4797d5.tar.gz gentoo-1b0ab899475930648518666a372a91192e4797d5.tar.bz2 gentoo-1b0ab899475930648518666a372a91192e4797d5.zip |
sys-fs/mtd-utils: [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/mtd-utils')
-rw-r--r-- | sys-fs/mtd-utils/mtd-utils-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mtd-utils/mtd-utils-1.5.2.ebuild b/sys-fs/mtd-utils/mtd-utils-1.5.2.ebuild index 0b91c6a378c0..d319387dee4d 100644 --- a/sys-fs/mtd-utils/mtd-utils-1.5.2.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-1.5.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils vcs-snapshot +inherit eutils vcs-snapshot toolchain-funcs if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://git.infradead.org/mtd-utils.git" |