diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2019-06-04 23:10:12 +0900 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-06-05 15:55:09 +0200 |
commit | ecf073cc710fdf64b246e2e5d66d73d0f067e8e2 (patch) | |
tree | 0f675c588e5ffdfab1c395beee051f3601a2238d /games-fps | |
parent | dev-lang/swi-prolog: remove old development versions (diff) | |
download | gentoo-ecf073cc710fdf64b246e2e5d66d73d0f067e8e2.tar.gz gentoo-ecf073cc710fdf64b246e2e5d66d73d0f067e8e2.tar.bz2 gentoo-ecf073cc710fdf64b246e2e5d66d73d0f067e8e2.zip |
games-fps/gzdoom: Remove cephes from LICENSES list
The Cephes code used in GZDoom is provided under the BSD license, so the
cephes license is not necessary.
See also <https://lists.debian.org/debian-legal/2004/12/msg00295.html>.
Closes: https://bugs.gentoo.org/687276
Closes: https://github.com/gentoo/gentoo/pull/12191
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/gzdoom/gzdoom-4.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/gzdoom/gzdoom-4.1.2.ebuild b/games-fps/gzdoom/gzdoom-4.1.2.ebuild index 4c82f3b5392c..e113cbd6734b 100644 --- a/games-fps/gzdoom/gzdoom-4.1.2.ebuild +++ b/games-fps/gzdoom/gzdoom-4.1.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine" HOMEPAGE="https://zdoom.org" SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD BZIP2 cephes DUMB-0.9.3 GPL-3 LGPL-3 MIT" +LICENSE="BSD BZIP2 DUMB-0.9.3 GPL-3 LGPL-3 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="fluidsynth gtk gtk2 openal openmp" |