diff options
author | Sam James <sam@gentoo.org> | 2022-03-26 00:35:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-26 00:35:29 +0000 |
commit | a0bc4a1ceaf3f35ec8d2dd2f2f3b17e417f430c5 (patch) | |
tree | 7da2cea2034026d34bf54ba264f75b5dbf641e36 /app-misc | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | gentoo-a0bc4a1ceaf3f35ec8d2dd2f2f3b17e417f430c5.tar.gz gentoo-a0bc4a1ceaf3f35ec8d2dd2f2f3b17e417f430c5.tar.bz2 gentoo-a0bc4a1ceaf3f35ec8d2dd2f2f3b17e417f430c5.zip |
app-misc/kryoflux-dtc: fix MissingInherits (wrapper.eclass)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild (renamed from app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r2.ebuild b/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild index 171f40acc73a..59dfb7d11bf7 100644 --- a/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r2.ebuild +++ b/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild @@ -6,7 +6,7 @@ EAPI=8 MY_P="kryoflux_${PV}_linux" MY_P_WINDOWS="kryoflux_3.00_windows" -inherit desktop udev xdg-utils +inherit desktop udev wrapper xdg-utils DESCRIPTION="KryoFlux Host Software" HOMEPAGE="https://www.kryoflux.com" |