diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-11-09 02:21:53 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-11-09 02:29:33 +0100 |
commit | a41a2be1778e64ca1d78ae394bd6cfb50e2b93bd (patch) | |
tree | 4c2e15cb87eab549825e5e2ea6fcbb6fd198dc2f | |
parent | games-simulation/openrct2: update live ebuild (diff) | |
download | gentoo-a41a2be1778e64ca1d78ae394bd6cfb50e2b93bd.tar.gz gentoo-a41a2be1778e64ca1d78ae394bd6cfb50e2b93bd.tar.bz2 gentoo-a41a2be1778e64ca1d78ae394bd6cfb50e2b93bd.zip |
games-fps/eduke32: make hrp license conditional
Closes: https://bugs.gentoo.org/942660
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | games-fps/eduke32/eduke32-20240619.10591.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |