From: Rick Farina Date: Thu, 19 Mar 2020 02:22:20 +0000 (-0400) Subject: app-crypt/yubikey-manager-qt: fix missing inherit X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=108f6377562efc8f1a7651d1932528d1d927d2bc;p=gentoo.git app-crypt/yubikey-manager-qt: fix missing inherit 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 --- diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r1.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r2.ebuild 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 6a1b71e2541b..28af6261aa86 100644 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r1.ebuild +++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r2.ebuild @@ -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"