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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F007F15807E for ; Tue, 15 Oct 2024 14:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 043C2E07F0; Tue, 15 Oct 2024 14:30:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA939E07F0 for ; Tue, 15 Oct 2024 14:30:58 +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 E6E4D343003 for ; Tue, 15 Oct 2024 14:30:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3EC81F42 for ; Tue, 15 Oct 2024 14:30:54 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1729002649.e95337fd0e451718efbf020b9bdc32995a18a216.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/osu-lazer/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/osu-lazer/osu-lazer-2024.906.2.ebuild X-VCS-Directories: games-arcade/osu-lazer/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e95337fd0e451718efbf020b9bdc32995a18a216 X-VCS-Branch: master Date: Tue, 15 Oct 2024 14:30:54 +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: 6e4c6fa1-6a6c-49d3-9803-54840c30a5c5 X-Archives-Hash: e84fc4142deb82b743debc396f976651 commit: e95337fd0e451718efbf020b9bdc32995a18a216 Author: Maciej Barć gentoo org> AuthorDate: Tue Oct 15 14:22:33 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Oct 15 14:30:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95337fd games-arcade/osu-lazer: update LICENSE for BASS Closes: https://bugs.gentoo.org/941533 Signed-off-by: Maciej Barć gentoo.org> games-arcade/osu-lazer/osu-lazer-2024.906.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-arcade/osu-lazer/osu-lazer-2024.906.2.ebuild b/games-arcade/osu-lazer/osu-lazer-2024.906.2.ebuild index 26159806b2c6..74e8c1e263fa 100644 --- a/games-arcade/osu-lazer/osu-lazer-2024.906.2.ebuild +++ b/games-arcade/osu-lazer/osu-lazer-2024.906.2.ebuild @@ -371,7 +371,8 @@ fi SRC_URI+=" ${NUGET_URIS} " -LICENSE="Apache-2.0 BSD-2 LGPL-2.1 LGPL-3+ MIT" +# "all-rights-reserved" - ships a copy of proprietary BASS lib - https://www.un4seen.com +LICENSE="Apache-2.0 BSD-2 LGPL-2.1 LGPL-3+ MIT all-rights-reserved" SLOT="0" IUSE="+pipewire" RESTRICT="test" # > The active test run was aborted. Reason: Test host process crashed