From 108f6377562efc8f1a7651d1932528d1d927d2bc Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Wed, 18 Mar 2020 22:22:20 -0400 Subject: 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 --- .../yubikey-manager-qt-1.1.4-r1.ebuild | 59 ---------------------- .../yubikey-manager-qt-1.1.4-r2.ebuild | 59 ++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r1.ebuild create mode 100644 app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r2.ebuild (limited to 'app-crypt/yubikey-manager-qt') 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-r1.ebuild deleted file mode 100644 index 6a1b71e2541b..000000000000 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit eutils qmake-utils python-single-r1 - -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" -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - >=app-crypt/yubikey-manager-1.0.0[${PYTHON_MULTI_USEDEP}] -