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 7F15D158086 for ; Thu, 28 Oct 2021 05:00:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB20AE088C; Thu, 28 Oct 2021 05:00:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3F9BE088C for ; Thu, 28 Oct 2021 05:00:18 +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 5F45F342F3D for ; Thu, 28 Oct 2021 05:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 780D6164 for ; Thu, 28 Oct 2021 05:00:15 +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: <1635397211.e7fa8671f71cae3ea18be510f708b3c63877becd.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/package/ebuild/doebuild.py X-VCS-Directories: lib/portage/package/ebuild/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7fa8671f71cae3ea18be510f708b3c63877becd X-VCS-Branch: master Date: Thu, 28 Oct 2021 05:00:15 +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: 708dce90-f3e6-4aa4-bd33-a3c654039352 X-Archives-Hash: d2f8f809b8d98ae37d225249cc06242d commit: e7fa8671f71cae3ea18be510f708b3c63877becd Author: Sam James gentoo org> AuthorDate: Thu Oct 28 04:59:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 28 05:00:11 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e7fa8671 lib/portage/package/ebuild/doebuild.py: drop unused import Signed-off-by: Sam James gentoo.org> lib/portage/package/ebuild/doebuild.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/package/ebuild/doebuild.py b/lib/portage/package/ebuild/doebuild.py index 96e56b277..7706bf8cb 100644 --- a/lib/portage/package/ebuild/doebuild.py +++ b/lib/portage/package/ebuild/doebuild.py @@ -3,7 +3,6 @@ __all__ = ["doebuild", "doebuild_environment", "spawn", "spawnebuild"] -import glob import grp import gzip import errno