diff options
author | Austin English <wizardedit@gentoo.org> | 2016-08-03 16:48:12 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-08-03 16:52:42 -0500 |
commit | 4a58c416c775c899a8e4a25a1529dfd13fbc45a1 (patch) | |
tree | 036ed260cfd6ebbf549fe71fdbf26d717cf92986 /dev-java | |
parent | net-dns/maradns: new revision to fix minor QA issues. (diff) | |
download | gentoo-4a58c416c775c899a8e4a25a1529dfd13fbc45a1.tar.gz gentoo-4a58c416c775c899a8e4a25a1529dfd13fbc45a1.tar.bz2 gentoo-4a58c416c775c899a8e4a25a1529dfd13fbc45a1.zip |
dev-java/icedtea: license should be GPL-2-with-classpath-exception, not GPL-2-with-linking-exception
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/icedtea/icedtea-3.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-java/icedtea/icedtea-7.2.6.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/icedtea/icedtea-3.1.0.ebuild b/dev-java/icedtea/icedtea-3.1.0.ebuild index d62b4ad02747..aa6c2ee094cd 100644 --- a/dev-java/icedtea/icedtea-3.1.0.ebuild +++ b/dev-java/icedtea/icedtea-3.1.0.ebuild @@ -59,7 +59,7 @@ SRC_URI=" ${DROP_URL}/cacao/${CACAO_TARBALL} -> ${CACAO_GENTOO_TARBALL} ${DROP_URL}/jamvm/${JAMVM_TARBALL} -> ${JAMVM_GENTOO_TARBALL}" -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" +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" KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="+alsa cacao +cups doc examples +gtk headless-awt infinality diff --git a/dev-java/icedtea/icedtea-7.2.6.6.ebuild b/dev-java/icedtea/icedtea-7.2.6.6.ebuild index 02601f116d7d..99f127a22975 100644 --- a/dev-java/icedtea/icedtea-7.2.6.6.ebuild +++ b/dev-java/icedtea/icedtea-7.2.6.6.ebuild @@ -52,7 +52,7 @@ SRC_URI=" ${DROP_URL}/cacao/${CACAO_TARBALL} -> ${CACAO_GENTOO_TARBALL} ${DROP_URL}/jamvm/${JAMVM_TARBALL} -> ${JAMVM_GENTOO_TARBALL}" -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" +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" KEYWORDS="~amd64 ~arm ~x86" RESTRICT="test" |