diff options
author | Austin English <wizardedit@gentoo.org> | 2016-08-03 16:48:18 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-08-03 16:52:42 -0500 |
commit | b8413f37c84c900a85c63f60f6656845716ac57c (patch) | |
tree | 358b53cf0dbee2e1accfc81b133a2363766fc1b3 /dev-java | |
parent | dev-java/netbeans-extide: license should be GPL-2-with-classpath-exception, n... (diff) | |
download | gentoo-b8413f37c84c900a85c63f60f6656845716ac57c.tar.gz gentoo-b8413f37c84c900a85c63f60f6656845716ac57c.tar.bz2 gentoo-b8413f37c84c900a85c63f60f6656845716ac57c.zip |
dev-java/netbeans-groovy: license should be GPL-2-with-classpath-exception, not GPL-2-with-linking-exception
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild b/dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild index 316f6709ed17..83db546e4083 100644 --- a/dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild +++ b/dev-java/netbeans-groovy/netbeans-groovy-8.0.2.ebuild @@ -12,7 +12,7 @@ SOURCE_URL="http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2 SRC_URI="${SOURCE_URL} https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.0.2-build.xml.patch.bz2 http://hg.netbeans.org/binaries/C136AE67C3C40740AE986582BAF65BA5C5CE69A0-groovy-all-2.1.7.jar" -LICENSE="|| ( CDDL GPL-2-with-linking-exception )" +LICENSE="|| ( CDDL GPL-2-with-classpath-exception )" KEYWORDS="amd64 x86" IUSE="" S="${WORKDIR}" diff --git a/dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild b/dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild index b32237ed105a..cd09e2011125 100644 --- a/dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild +++ b/dev-java/netbeans-groovy/netbeans-groovy-8.1.ebuild @@ -12,7 +12,7 @@ SOURCE_URL="http://download.netbeans.org/netbeans/8.1/final/zip/netbeans-8.1-201 SRC_URI="${SOURCE_URL} http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2 http://hg.netbeans.org/binaries/C136AE67C3C40740AE986582BAF65BA5C5CE69A0-groovy-all-2.1.7.jar" -LICENSE="|| ( CDDL GPL-2-with-linking-exception )" +LICENSE="|| ( CDDL GPL-2-with-classpath-exception )" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}" |