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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6241C159C9B for ; Sun, 11 Aug 2024 11:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DA18E2B10; Sun, 11 Aug 2024 11:39:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 63305E2B10 for ; Sun, 11 Aug 2024 11:39:39 +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 9F6DB3430F1 for ; Sun, 11 Aug 2024 11:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE02713E1 for ; Sun, 11 Aug 2024 11:39:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1723376366.2cceea3d9730a835aac7560357c8185f9745ece4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/pingus/pingus-0.7.6-r5.ebuild X-VCS-Directories: games-puzzle/pingus/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2cceea3d9730a835aac7560357c8185f9745ece4 X-VCS-Branch: master Date: Sun, 11 Aug 2024 11:39:36 +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: 2a17ac02-a6f7-445e-a2c5-85f7f4e1a062 X-Archives-Hash: ca9268c1d7d5f62e8e0635088756bac2 commit: 2cceea3d9730a835aac7560357c8185f9745ece4 Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 11 11:37:16 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 11 11:39:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cceea3d games-puzzle/pingus: update LICENSE Closes: https://bugs.gentoo.org/937748 Signed-off-by: Ulrich Müller gentoo.org> games-puzzle/pingus/pingus-0.7.6-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild b/games-puzzle/pingus/pingus-0.7.6-r5.ebuild index 0e31967af72e..80d8be7a1c2b 100644 --- a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild +++ b/games-puzzle/pingus/pingus-0.7.6-r5.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Free Lemmings clone" HOMEPAGE="https://pingus.gitlab.io/" SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+ GPL-2+ ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="opengl music"