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 603351580B2 for ; Fri, 3 Sep 2021 01:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18459E0B8B; Fri, 3 Sep 2021 01:54:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 02F1FE0B8B for ; Fri, 3 Sep 2021 01:54:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9A2DF335D50 for ; Fri, 3 Sep 2021 01:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26E3983 for ; Fri, 3 Sep 2021 01:53:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630626735.c18b20f402a9523894a65ab1a143e30b0511eac2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/razercfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/razercfg/razercfg-0.42.ebuild X-VCS-Directories: sys-apps/razercfg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c18b20f402a9523894a65ab1a143e30b0511eac2 X-VCS-Branch: master Date: Fri, 3 Sep 2021 01:53:56 +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: b64d8e8e-28e3-4b3b-905e-a6b6002e3f89 X-Archives-Hash: 365970372d3fa1948572da2a3832255d commit: c18b20f402a9523894a65ab1a143e30b0511eac2 Author: Sam James gentoo org> AuthorDate: Thu Sep 2 21:10:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 2 23:52:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18b20f4 sys-apps/razercfg: [QA] fix IndirectInherits Signed-off-by: Sam James gentoo.org> sys-apps/razercfg/razercfg-0.42.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/razercfg/razercfg-0.42.ebuild b/sys-apps/razercfg/razercfg-0.42.ebuild index 251955d1640..7a759a878d9 100644 --- a/sys-apps/razercfg/razercfg-0.42.ebuild +++ b/sys-apps/razercfg/razercfg-0.42.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit cmake python-single-r1 systemd tmpfiles udev +inherit cmake python-single-r1 systemd tmpfiles udev xdg-utils DESCRIPTION="Utility for advanced configuration of Razer mice" HOMEPAGE="https://bues.ch/cms/hacking/razercfg.html https://github.com/mbuesch/razer"