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 C139615800F for ; Wed, 1 Feb 2023 18:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EB82E0BA0; Wed, 1 Feb 2023 18:07:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 349E2E0B64 for ; Wed, 1 Feb 2023 18:07:16 +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 482B23409C8 for ; Wed, 1 Feb 2023 18:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BAD6896 for ; Wed, 1 Feb 2023 18:07:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1675274826.7194dc65e35c47dffec92f9183daa4324700653f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dogtail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dogtail/dogtail-0.9.11.ebuild X-VCS-Directories: dev-util/dogtail/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7194dc65e35c47dffec92f9183daa4324700653f X-VCS-Branch: master Date: Wed, 1 Feb 2023 18:07:13 +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: f918e7aa-dc3e-40ac-bfb4-ddcf1f77ff0f X-Archives-Hash: ff1ca2b5d41fcbfca86354a57c5b87ad commit: 7194dc65e35c47dffec92f9183daa4324700653f Author: Matt Turner gentoo org> AuthorDate: Wed Feb 1 18:00:39 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Feb 1 18:07:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7194dc65 dev-util/dogtail: Drop unused inherit Signed-off-by: Matt Turner gentoo.org> dev-util/dogtail/dogtail-0.9.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/dogtail/dogtail-0.9.11.ebuild b/dev-util/dogtail/dogtail-0.9.11.ebuild index 93d8c4d6026c..270b9d73ed9e 100644 --- a/dev-util/dogtail/dogtail-0.9.11.ebuild +++ b/dev-util/dogtail/dogtail-0.9.11.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 gnome2-utils xdg +inherit distutils-r1 xdg DESCRIPTION="GUI test tool and automation framework using accessibility framework" HOMEPAGE="https://gitlab.com/dogtail/dogtail"