From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1164812-garchives=archives.gentoo.org@lists.gentoo.org>
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 5EEE2138351
	for <garchives@archives.gentoo.org>; Fri, 24 Apr 2020 21:41:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7BBBDE0974;
	Fri, 24 Apr 2020 21:41:25 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 62ED5E0974
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Apr 2020 21:41:25 +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 64CA534F1A3
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Apr 2020 21:41:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ECE981F1
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Apr 2020 21:41:21 +0000 (UTC)
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" <dolsen@gentoo.org>
Message-ID: <1587764468.b71773652e8fc7021d9daef0dde423520f3b5c75.dolsen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/layman/Manifest app-portage/layman/layman-2.4.2-r2.ebuild app-portage/layman/layman-2.4.3.ebuild
X-VCS-Directories: app-portage/layman/
X-VCS-Committer: dolsen
X-VCS-Committer-Name: Brian Dolbec
X-VCS-Revision: b71773652e8fc7021d9daef0dde423520f3b5c75
X-VCS-Branch: master
Date: Fri, 24 Apr 2020 21:41:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f063907d-7ec3-4a7a-a03b-35e169e4e9b8
X-Archives-Hash: 799412d0b4fb309a59dbf729d107fb7b

commit:     b71773652e8fc7021d9daef0dde423520f3b5c75
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 13:31:18 2020 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 21:41:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7177365

app-portage/layman: Version bump

Fixes bug 674594, 613936
Fixes python 3.7 and python 3.8 compatibility.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 app-portage/layman/Manifest                                        | 1 +
 app-portage/layman/{layman-2.4.2-r2.ebuild => layman-2.4.3.ebuild} | 0
 2 files changed, 1 insertion(+)

diff --git a/app-portage/layman/Manifest b/app-portage/layman/Manifest
index e161600729e..4d3f37e06d6 100644
--- a/app-portage/layman/Manifest
+++ b/app-portage/layman/Manifest
@@ -1 +1,2 @@
 DIST layman-2.4.2.tar.gz 137893 BLAKE2B ad925b974e280c0c933cb7c7d5131946fbb40d15410a671be3d93fa895e2d92a4f3218bce99abc8f2c1e007e72bd51662a18665579bf2ded7f349eb9ed5c652c SHA512 9d32269f51f896c554e6cbf8a674c50009bce48dd83dfe773b08b75bafd567eb75c26c227ab3a60bc83c1ed511862a3979b8d851befe8ad16fd0847eb91337cf
+DIST layman-2.4.3.tar.gz 135311 BLAKE2B b83fd543468be904a10d6fbda11f8d603a6936ecef3029c9d1c82fe4c938d2cd299874a3e114ac3524485ce8a33c5ec21885adddc218f5e331519318c0b1ad5a SHA512 2f3d1180647b358d5ca929fd28c6c5f4664f1f6f24e3114a4dc886d23279ffcdde7ca292c64aab84f1710ddf7029c26483de07c2271ca527b8618888b0ea2b54

diff --git a/app-portage/layman/layman-2.4.2-r2.ebuild b/app-portage/layman/layman-2.4.3.ebuild
similarity index 100%
rename from app-portage/layman/layman-2.4.2-r2.ebuild
rename to app-portage/layman/layman-2.4.3.ebuild