diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:54:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:35 +0100 |
commit | f7c4ad5f72b3101b2bd2d3a07a070366476b307d (patch) | |
tree | b69dd7f1223e250508b402e243b20ebf83d684ba /sys-fs/vhba | |
parent | sys-fs/reiser4progs: eutils-- (diff) | |
download | gentoo-f7c4ad5f72b3101b2bd2d3a07a070366476b307d.tar.gz gentoo-f7c4ad5f72b3101b2bd2d3a07a070366476b307d.tar.bz2 gentoo-f7c4ad5f72b3101b2bd2d3a07a070366476b307d.zip |
sys-fs/vhba: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/vhba')
-rw-r--r-- | sys-fs/vhba/vhba-20200106-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/vhba/vhba-20200106-r1.ebuild b/sys-fs/vhba/vhba-20200106-r1.ebuild index 72b25e972731..c8222ceac977 100644 --- a/sys-fs/vhba/vhba-20200106-r1.ebuild +++ b/sys-fs/vhba/vhba-20200106-r1.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 eutils linux-mod udev +inherit linux-mod udev MY_P=vhba-module-${PV} DESCRIPTION="Virtual (SCSI) Host Bus Adapter kernel module for the CDEmu suite" |