Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/
Date: Wed, 03 Aug 2016 21:53:03
Message-Id: 1470261162.4a58c416c775c899a8e4a25a1529dfd13fbc45a1.wizardedit@gentoo
1 commit: 4a58c416c775c899a8e4a25a1529dfd13fbc45a1
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 21:48:12 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 21:52:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a58c416
7
8 dev-java/icedtea: license should be GPL-2-with-classpath-exception, not GPL-2-with-linking-exception
9
10 dev-java/icedtea/icedtea-3.1.0.ebuild | 2 +-
11 dev-java/icedtea/icedtea-7.2.6.6.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-java/icedtea/icedtea-3.1.0.ebuild b/dev-java/icedtea/icedtea-3.1.0.ebuild
15 index d62b4ad..aa6c2ee 100644
16 --- a/dev-java/icedtea/icedtea-3.1.0.ebuild
17 +++ b/dev-java/icedtea/icedtea-3.1.0.ebuild
18 @@ -59,7 +59,7 @@ SRC_URI="
19 ${DROP_URL}/cacao/${CACAO_TARBALL} -> ${CACAO_GENTOO_TARBALL}
20 ${DROP_URL}/jamvm/${JAMVM_TARBALL} -> ${JAMVM_GENTOO_TARBALL}"
21
22 -LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C"
23 +LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-classpath-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C"
24 KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
25
26 IUSE="+alsa cacao +cups doc examples +gtk headless-awt infinality
27
28 diff --git a/dev-java/icedtea/icedtea-7.2.6.6.ebuild b/dev-java/icedtea/icedtea-7.2.6.6.ebuild
29 index 02601f1..99f127a 100644
30 --- a/dev-java/icedtea/icedtea-7.2.6.6.ebuild
31 +++ b/dev-java/icedtea/icedtea-7.2.6.6.ebuild
32 @@ -52,7 +52,7 @@ SRC_URI="
33 ${DROP_URL}/cacao/${CACAO_TARBALL} -> ${CACAO_GENTOO_TARBALL}
34 ${DROP_URL}/jamvm/${JAMVM_TARBALL} -> ${JAMVM_GENTOO_TARBALL}"
35
36 -LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C"
37 +LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-classpath-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C"
38 KEYWORDS="~amd64 ~arm ~x86"
39 RESTRICT="test"