From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD2DF138350 for ; Thu, 19 Mar 2020 02:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5787E0CB8; Thu, 19 Mar 2020 02:22:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0690E0CB8 for ; Thu, 19 Mar 2020 02:22:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 954BD34F2EB for ; Thu, 19 Mar 2020 02:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FAE2187 for ; Thu, 19 Mar 2020 02:22:24 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1584584540.108f6377562efc8f1a7651d1932528d1d927d2bc.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r1.ebuild app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.4-r2.ebuild X-VCS-Directories: app-crypt/yubikey-manager-qt/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 108f6377562efc8f1a7651d1932528d1d927d2bc X-VCS-Branch: master Date: Thu, 19 Mar 2020 02:22:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f37ddc6-c337-426a-8850-d1fe7f388245 X-Archives-Hash: e4d2cfd763c1d42dd56bc412eb514f65 commit: 108f6377562efc8f1a7651d1932528d1d927d2bc Author: Rick Farina gentoo org> AuthorDate: Thu Mar 19 02:22:20 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Mar 19 02:22:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108f6377 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 gentoo.org> ...ey-manager-qt-1.1.4-r1.ebuild => yubikey-manager-qt-1.1.4-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6a1b71e2541..28af6261aa8 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"