summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2020-03-18 22:22:20 -0400
committerRick Farina <zerochaos@gentoo.org>2020-03-18 22:22:20 -0400
commit108f6377562efc8f1a7651d1932528d1d927d2bc (patch)
tree4b1c1c36627ff8bd0e7840baebad1649439be565 /app-crypt/yubikey-manager-qt
parentdev-python/pyotherside: bump (diff)
downloadgentoo-108f6377562efc8f1a7651d1932528d1d927d2bc.tar.gz
gentoo-108f6377562efc8f1a7651d1932528d1d927d2bc.tar.bz2
gentoo-108f6377562efc8f1a7651d1932528d1d927d2bc.zip
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 <zerochaos@gentoo.org>
Diffstat (limited to 'app-crypt/yubikey-manager-qt')
-rw-r--r--app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r2.ebuild (renamed from app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
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
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"