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 10E22158086 for ; Tue, 30 Nov 2021 21:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22D372BC002; Tue, 30 Nov 2021 21:39:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 025BD2BC002 for ; Tue, 30 Nov 2021 21:39:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D349E342DAE for ; Tue, 30 Nov 2021 21:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732D3175 for ; Tue, 30 Nov 2021 21:39:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1638308309.fd169fd461d0a2a22b19b74fd8a46a5ec0a4196f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mkosi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mkosi/Manifest app-admin/mkosi/mkosi-11.ebuild app-admin/mkosi/mkosi-12.ebuild X-VCS-Directories: app-admin/mkosi/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fd169fd461d0a2a22b19b74fd8a46a5ec0a4196f X-VCS-Branch: master Date: Tue, 30 Nov 2021 21:39:09 +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: a38ab192-9b65-46b1-8de3-035a27d0911d X-Archives-Hash: 20e5f43f3b05cfb95550920f44e9af94 commit: fd169fd461d0a2a22b19b74fd8a46a5ec0a4196f Author: Paymon MARANDI gmail com> AuthorDate: Tue Nov 30 20:32:03 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Nov 30 21:38:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd169fd4 app-admin/mkosi: bump to mkosi-12 v12 has gentoo fixes merged: https://github.com/systemd/mkosi/commit/5c77e786a673ed1a10e4008c19048fe0383100e7 Closes: https://github.com/gentoo/gentoo/pull/23128 Signed-off-by: Paymon MARANDI gmail.com> Signed-off-by: Mike Gilbert gentoo.org> app-admin/mkosi/Manifest | 2 +- app-admin/mkosi/{mkosi-11.ebuild => mkosi-12.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/mkosi/Manifest b/app-admin/mkosi/Manifest index 24196fede00d..90977acf8eff 100644 --- a/app-admin/mkosi/Manifest +++ b/app-admin/mkosi/Manifest @@ -1 +1 @@ -DIST mkosi-11.tar.gz 165064 BLAKE2B 19a140fa355dff946dfd46369ccdcce369d97e5ef5c8a0917f21d1f5876c302e54b1e8e509d3cfa54d72a2b4d5b1d97abe74ff2232e3a8ca84005358ed6a99fa SHA512 c07b092e38e663100cfa00ce58c2b61d306292f69429835915310f9736e11ea1431ae2667e8fca02c2a145aa4f21bd199f956d2882913474c4cee394bb15a8f2 +DIST mkosi-12.tar.gz 164750 BLAKE2B b4b43e3cd64bc75eaa1993504baa02cc7f35c77fc76d24a88ccc06d4ab566477aa9febca58ac1c397cd32057aa2da8545480e89a1c9b4bd4d4fa516d812237b0 SHA512 ae59789e3b4855400d130714fac0b3b599b3e69631bc6a5267916697d0722c05a6c788cd70d224917261c931fe93fa287d3d23f6f00849cb80ff9794a13dc04e diff --git a/app-admin/mkosi/mkosi-11.ebuild b/app-admin/mkosi/mkosi-12.ebuild similarity index 100% rename from app-admin/mkosi/mkosi-11.ebuild rename to app-admin/mkosi/mkosi-12.ebuild