app-crypt/yubikey-manager-qt: fix missing inherit
authorRick Farina <zerochaos@gentoo.org>
Thu, 19 Mar 2020 02:22:20 +0000 (22:22 -0400)
committerRick Farina <zerochaos@gentoo.org>
Thu, 19 Mar 2020 02:22:20 +0000 (22:22 -0400)
domenu and doicon were called but missing due to not inheriting
desktop.eclass

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r2.ebuild [moved from app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r1.ebuild with 96% similarity]

similarity index 96%
rename from app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r1.ebuild
rename to app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r2.ebuild
index 6a1b71e2541bd42f13895d244fbfb52904ad8656..28af6261aa8685c351474e2e920daa51b8ee67ff 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit eutils qmake-utils python-single-r1
+inherit eutils qmake-utils python-single-r1 desktop
 
 DESCRIPTION="Cross-platform application for configuring any YubiKey over all USB transports"
 HOMEPAGE="https://developers.yubico.com/yubikey-manager-qt https://github.com/Yubico/yubikey-manager-qt"