From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0187C158287 for ; Tue, 13 May 2025 22:21:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E16E734352B for ; Tue, 13 May 2025 22:21:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 740F71103DA; Tue, 13 May 2025 22:21: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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6BFE41103DA for ; Tue, 13 May 2025 22:21: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 227E23433FE for ; Tue, 13 May 2025 22:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68C4E2822 for ; Tue, 13 May 2025 22:21:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1747174839.e24ea1b9b5c2c93573478a0eee39774666dbb354.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyprlang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyprlang/hyprlang-0.5.2.ebuild dev-libs/hyprlang/hyprlang-0.6.0.ebuild X-VCS-Directories: dev-libs/hyprlang/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e24ea1b9b5c2c93573478a0eee39774666dbb354 X-VCS-Branch: master Date: Tue, 13 May 2025 22:21:28 +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: 151eb392-d727-40de-ba74-6169d93715b6 X-Archives-Hash: a3cbaa3789ea69af4e253942d3a4ae69 commit: e24ea1b9b5c2c93573478a0eee39774666dbb354 Author: Johannes Huber gmx de> AuthorDate: Tue May 13 17:22:54 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 13 22:20:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24ea1b9 dev-libs/hyprlang: update LICENSE License was changed upstream with commit 3cc06e168728eb27d62114ad8dfdf0ddd9ea35f0 Closes: https://bugs.gentoo.org/949367 Signed-off-by: Johannes Huber gmx.de> Part-of: https://github.com/gentoo/gentoo/pull/42073 Signed-off-by: Sam James gentoo.org> dev-libs/hyprlang/hyprlang-0.5.2.ebuild | 4 ++-- dev-libs/hyprlang/hyprlang-0.6.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/hyprlang/hyprlang-0.5.2.ebuild b/dev-libs/hyprlang/hyprlang-0.5.2.ebuild index 9884a4ce9a12..65b41a5e32da 100644 --- a/dev-libs/hyprlang/hyprlang-0.5.2.ebuild +++ b/dev-libs/hyprlang/hyprlang-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,6 +9,6 @@ DESCRIPTION="Official implementation library for the hypr config language" HOMEPAGE="https://github.com/hyprwm/hyprlang" SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" -LICENSE="GPL-3" +LICENSE="LGPL-3" SLOT="0" KEYWORDS="amd64 ~riscv" diff --git a/dev-libs/hyprlang/hyprlang-0.6.0.ebuild b/dev-libs/hyprlang/hyprlang-0.6.0.ebuild index 667b8a837310..02bda18c3076 100644 --- a/dev-libs/hyprlang/hyprlang-0.6.0.ebuild +++ b/dev-libs/hyprlang/hyprlang-0.6.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Official implementation library for the hypr config language" HOMEPAGE="https://github.com/hyprwm/hyprlang" SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" -LICENSE="GPL-3" +LICENSE="LGPL-3" SLOT="0" KEYWORDS="amd64"