diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-07-07 14:52:13 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-07-07 14:52:13 +0100 |
commit | 45b8068c8aba95385d1d44b03e5812f46069f73a (patch) | |
tree | a977e3407e47f3ecf40c9a0d1867883b06996383 /sys-fs/vhba/vhba-20190410.ebuild | |
parent | a431c1e891e1cc3a171d86972d3285d7a8adba49 (diff) |
sys-fs/vhba : call default in src_prepare, otherways EAPI complains
Diffstat (limited to 'sys-fs/vhba/vhba-20190410.ebuild')
-rw-r--r-- | sys-fs/vhba/vhba-20190410.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/vhba/vhba-20190410.ebuild b/sys-fs/vhba/vhba-20190410.ebuild index 25191183..fd29b9dc 100644 --- a/sys-fs/vhba/vhba-20190410.ebuild +++ b/sys-fs/vhba/vhba-20190410.ebuild @@ -28,6 +28,7 @@ pkgsetup() { } src_prepare() { + default : } |