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 BE7BD158042 for ; Sat, 9 Nov 2024 01:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7C8CE08A4; Sat, 9 Nov 2024 01:42:01 +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 pigeon.gentoo.org (Postfix) with ESMTPS id CE2A3E08A4 for ; Sat, 9 Nov 2024 01:42:01 +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 CB73B33BF29 for ; Sat, 9 Nov 2024 01:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DCF71F0B for ; Sat, 9 Nov 2024 01:41:58 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1731115773.a41a2be1778e64ca1d78ae394bd6cfb50e2b93bd.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/eduke32/eduke32-20240619.10591.ebuild X-VCS-Directories: games-fps/eduke32/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a41a2be1778e64ca1d78ae394bd6cfb50e2b93bd X-VCS-Branch: master Date: Sat, 9 Nov 2024 01:41:58 +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: d9f08490-29fd-415a-882c-1c4a5f5a0387 X-Archives-Hash: c76daf855658eb5d7029bdea081b5f44 commit: a41a2be1778e64ca1d78ae394bd6cfb50e2b93bd Author: Conrad Kostecki gentoo org> AuthorDate: Sat Nov 9 01:21:53 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Nov 9 01:29:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41a2be1 games-fps/eduke32: make hrp license conditional Closes: https://bugs.gentoo.org/942660 Signed-off-by: Conrad Kostecki gentoo.org> games-fps/eduke32/eduke32-20240619.10591.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/eduke32/eduke32-20240619.10591.ebuild b/games-fps/eduke32/eduke32-20240619.10591.ebuild index 0edf84c132ca..01d0682e8e95 100644 --- a/games-fps/eduke32/eduke32-20240619.10591.ebuild +++ b/games-fps/eduke32/eduke32-20240619.10591.ebuild @@ -29,7 +29,7 @@ SRC_URI=" " S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}" -LICENSE="BUILDLIC GPL-2 HRP" +LICENSE="BUILDLIC GPL-2 hrp? ( HRP ) offensive? ( HRP )" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk timidity tools voidsw voxels vpx xmp"