diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 11:20:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:50:32 +0100 |
commit | 6535d34b53d50fe55b67a29391cdaf3e977991e7 (patch) | |
tree | 936ebfbecf12d8e08988ddf18ccf4f4468cd5252 /sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild | |
parent | media-fonts/ttf-bitstream-vera: fix StaticSrcUri (diff) | |
download | gentoo-6535d34b53d50fe55b67a29391cdaf3e977991e7.tar.gz gentoo-6535d34b53d50fe55b67a29391cdaf3e977991e7.tar.bz2 gentoo-6535d34b53d50fe55b67a29391cdaf3e977991e7.zip |
sys-fs/multipath-tools: drop duplicate toolchain-funcs inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild')
-rw-r--r-- | sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild b/sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild index cd850ca74aec..963e074a5ac5 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -inherit linux-info systemd toolchain-funcs udev vcs-snapshot toolchain-funcs +inherit linux-info systemd toolchain-funcs udev vcs-snapshot DESCRIPTION="Device mapper target autoconfig" HOMEPAGE="http://christophe.varoqui.free.fr/" |