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 F29C3158089 for ; Mon, 11 Sep 2023 18:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43F012BC0DB; Mon, 11 Sep 2023 18:27:30 +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 2694B2BC0DB for ; Mon, 11 Sep 2023 18:27:30 +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 BA2A3335C7A for ; Mon, 11 Sep 2023 18:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 027A3B3A for ; Mon, 11 Sep 2023 18:27:27 +0000 (UTC) From: "Mathieu Tortuyaux" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mathieu Tortuyaux" Message-ID: <1694456826.f1b0c555d6fbf0a28b64be8589eb275628df92cb.MathieuTortuyaux@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/podman-compose/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/podman-compose/podman-compose-1.0.6.ebuild X-VCS-Directories: dev-python/podman-compose/ X-VCS-Committer: MathieuTortuyaux X-VCS-Committer-Name: Mathieu Tortuyaux X-VCS-Revision: f1b0c555d6fbf0a28b64be8589eb275628df92cb X-VCS-Branch: dev Date: Mon, 11 Sep 2023 18:27:27 +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: 4a31df6d-9f26-4652-8eba-2000b77bdb97 X-Archives-Hash: 575466a2a5d6464a563abc0eb9777e95 commit: f1b0c555d6fbf0a28b64be8589eb275628df92cb Author: Mathieu Tortuyaux microsoft com> AuthorDate: Mon Sep 11 18:27:06 2023 +0000 Commit: Mathieu Tortuyaux gmail com> CommitDate: Mon Sep 11 18:27:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1b0c555 dev-python/podman-compose: update LICENSE Signed-off-by: Mathieu Tortuyaux microsoft.com> dev-python/podman-compose/podman-compose-1.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/podman-compose/podman-compose-1.0.6.ebuild b/dev-python/podman-compose/podman-compose-1.0.6.ebuild index 73e11e22ce..f5bd604df4 100644 --- a/dev-python/podman-compose/podman-compose-1.0.6.ebuild +++ b/dev-python/podman-compose/podman-compose-1.0.6.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A script to run docker-compose.yml using Podman" HOMEPAGE="https://github.com/containers/podman-compose" SRC_URI="https://github.com/containers/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64"