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 81D90138334 for ; Sun, 29 Dec 2019 13:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55580E0CA3; Sun, 29 Dec 2019 13:23:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 38B4CE0CA3 for ; Sun, 29 Dec 2019 13:23:26 +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 19ADF34DCBC for ; Sun, 29 Dec 2019 13:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4510977 for ; Sun, 29 Dec 2019 13:23:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577625773.03a88e02886b46a220b0a8bbcdf3c3a87859d725.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/diskimage-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/diskimage-builder/diskimage-builder-2.32.0.ebuild app-emulation/diskimage-builder/diskimage-builder-9999.ebuild X-VCS-Directories: app-emulation/diskimage-builder/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 03a88e02886b46a220b0a8bbcdf3c3a87859d725 X-VCS-Branch: master Date: Sun, 29 Dec 2019 13:23:23 +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: 6da374c4-8717-4e7c-a587-4e82f2e64dfb X-Archives-Hash: a18f7ef651812c33e9b8ae30e5473509 commit: 03a88e02886b46a220b0a8bbcdf3c3a87859d725 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 28 16:33:49 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 13:22:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a88e02 app-emulation/diskimage-builder: Drop python2_7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-emulation/diskimage-builder/diskimage-builder-2.32.0.ebuild | 2 +- app-emulation/diskimage-builder/diskimage-builder-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.32.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.32.0.ebuild index 52eb2212991..59f70316474 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-2.32.0.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-2.32.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Golden Disk Image builder." diff --git a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild index 86d3bb124b3..73fb5c15ec1 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Golden Disk Image builder."