summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Strahl <c.a.strahl@gmail.com>2019-09-19 17:51:45 +0200
committerUlrich Müller <ulm@gentoo.org>2019-09-26 18:38:21 +0200
commitfc6fc0fce5915a61227af56737f68fb223d080ca (patch)
treedfd3183164401f5c765da0f719a37e8199d2d495
parentdev-util/clion: add bindist restriction (diff)
downloadgentoo-fc6fc0fce5915a61227af56737f68fb223d080ca.tar.gz
gentoo-fc6fc0fce5915a61227af56737f68fb223d080ca.tar.bz2
gentoo-fc6fc0fce5915a61227af56737f68fb223d080ca.zip
dev-util/clion: add licenses for bundled libraries
Closes: https://bugs.gentoo.org/694266 Closes: https://github.com/gentoo/gentoo/pull/12972 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Christian Strahl <c.a.strahl@gmail.com> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--dev-util/clion/clion-2019.2.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/clion/clion-2019.2.1.ebuild b/dev-util/clion/clion-2019.2.1.ebuild
index 927800def455..fbe93d313de5 100644
--- a/dev-util/clion/clion-2019.2.1.ebuild
+++ b/dev-util/clion/clion-2019.2.1.ebuild
@@ -9,8 +9,10 @@ DESCRIPTION="A complete toolset for C and C++ development"
HOMEPAGE="https://www.jetbrains.com/clion"
SRC_URI="https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="IDEA
- || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
+LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )
+ Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0
+ EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM
+ LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL public-domain PSF-2 UoI-NCSA ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="bindist mirror splitdebug"