diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-19 10:44:40 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-19 10:44:40 +0100 |
commit | 26ed3edc567c5f5166759e5321c45b40513c0673 (patch) | |
tree | 8d4fc550e330835573eb6ca26c992a69471d95cd /sys-fs/vhba | |
parent | 3e59d1a1b671304c2d2efea8f7c97695da595387 (diff) |
sys-fs/vhba : EAPI bump
Diffstat (limited to 'sys-fs/vhba')
-rw-r--r-- | sys-fs/vhba/vhba-20240202-r1.ebuild (renamed from sys-fs/vhba/vhba-20240202.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/vhba/vhba-20240202.ebuild b/sys-fs/vhba/vhba-20240202-r1.ebuild index f618d982..1fc48d90 100644 --- a/sys-fs/vhba/vhba-20240202.ebuild +++ b/sys-fs/vhba/vhba-20240202-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=8 -inherit eutils udev +inherit udev MY_P=vhba-module-${PV} DESCRIPTION="Virtual (SCSI) Host Bus Adapter kernel module for the CDEmu suite" |