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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 668C915808B for ; Fri, 18 Mar 2022 07:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D08F7E0817; Fri, 18 Mar 2022 07:34:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E89DE0833 for ; Fri, 18 Mar 2022 07:34:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C71DF343510 for ; Fri, 18 Mar 2022 07:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8BB032A for ; Fri, 18 Mar 2022 07:34:40 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1647588867.92faeb3a64bdf0972bdc1b5b11d82c4ba1d13aec.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral-qt/maestral-qt-1.5.3.ebuild X-VCS-Directories: net-misc/maestral-qt/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 92faeb3a64bdf0972bdc1b5b11d82c4ba1d13aec X-VCS-Branch: dev Date: Fri, 18 Mar 2022 07:34:40 +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: b05b9ad5-407f-4e97-845a-620b3fed9bf4 X-Archives-Hash: 02aadd907fd5a3de4a4d850f1128dcef commit: 92faeb3a64bdf0972bdc1b5b11d82c4ba1d13aec Author: Viorel Munteanu gmail com> AuthorDate: Fri Mar 18 07:34:27 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Fri Mar 18 07:34:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92faeb3a net-misc/maestral-qt: fix ebuild Signed-off-by: Viorel Munteanu gmail.com> net-misc/maestral-qt/maestral-qt-1.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild b/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild index a7fc93472..3fee7792d 100644 --- a/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild +++ b/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild @@ -32,7 +32,7 @@ distutils_enable_tests setup.py python_install_all() { - default + distutils-r1_python_install_all domenu src/maestral_qt/resources/maestral.desktop }