From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70E2913832E for ; Wed, 3 Aug 2016 21:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67EE3E0B85; Wed, 3 Aug 2016 21:53:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E32621C09F for ; Wed, 3 Aug 2016 21:53:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 472D8340B27 for ; Wed, 3 Aug 2016 21:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F55C244E for ; Wed, 3 Aug 2016 21:52:55 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1470261162.ae9593b6b12a5ad7e299b6a1151c93acdce1d1bf.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-harness/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-harness/netbeans-harness-8.0.2.ebuild dev-java/netbeans-harness/netbeans-harness-8.1.ebuild X-VCS-Directories: dev-java/netbeans-harness/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: ae9593b6b12a5ad7e299b6a1151c93acdce1d1bf X-VCS-Branch: master Date: Wed, 3 Aug 2016 21:52:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6ba03c98-b463-461c-a8de-1f7260763bb8 X-Archives-Hash: 1383d4d6566c3de0abcf8e53fb07720d commit: ae9593b6b12a5ad7e299b6a1151c93acdce1d1bf Author: Austin English gentoo org> AuthorDate: Wed Aug 3 21:48:19 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed Aug 3 21:52:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9593b6 dev-java/netbeans-harness: license should be GPL-2-with-classpath-exception, not GPL-2-with-linking-exception dev-java/netbeans-harness/netbeans-harness-8.0.2.ebuild | 2 +- dev-java/netbeans-harness/netbeans-harness-8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/netbeans-harness/netbeans-harness-8.0.2.ebuild b/dev-java/netbeans-harness/netbeans-harness-8.0.2.ebuild index d2254d6..63934d3 100644 --- a/dev-java/netbeans-harness/netbeans-harness-8.0.2.ebuild +++ b/dev-java/netbeans-harness/netbeans-harness-8.0.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="${SOURCE_URL} http://hg.netbeans.org/binaries/D06C8980C9025183C044202419EA29E69FBD4B99-jemmy-2.3.1.1-doc.zip http://hg.netbeans.org/binaries/49197106637CCA8C337AF16CC01BB5D9DEC7E179-jemmy-2.3.1.1-src.zip http://hg.netbeans.org/binaries/20D826CC819A5A969CF3F7204E2E26CB6263EC43-jnlp-servlet.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-harness/netbeans-harness-8.1.ebuild b/dev-java/netbeans-harness/netbeans-harness-8.1.ebuild index 638ecdb..f9a0a84 100644 --- a/dev-java/netbeans-harness/netbeans-harness-8.1.ebuild +++ b/dev-java/netbeans-harness/netbeans-harness-8.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="${SOURCE_URL} http://hg.netbeans.org/binaries/D06C8980C9025183C044202419EA29E69FBD4B99-jemmy-2.3.1.1-doc.zip http://hg.netbeans.org/binaries/49197106637CCA8C337AF16CC01BB5D9DEC7E179-jemmy-2.3.1.1-src.zip http://hg.netbeans.org/binaries/20D826CC819A5A969CF3F7204E2E26CB6263EC43-jnlp-servlet.jar" -LICENSE="|| ( CDDL GPL-2-with-linking-exception )" +LICENSE="|| ( CDDL GPL-2-with-classpath-exception )" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}"