From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89F0913888F for ; Thu, 22 Oct 2015 12:45:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39EF1E0807; Thu, 22 Oct 2015 12:44:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7CC6E0807 for ; Thu, 22 Oct 2015 12:44:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFBE0340906 for ; Thu, 22 Oct 2015 12:44:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E50C15D7 for ; Thu, 22 Oct 2015 12:44:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445517890.6e455028176c1ec4c470d41c827672c3ff2dad57.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/java-pkg-simple.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6e455028176c1ec4c470d41c827672c3ff2dad57 X-VCS-Branch: master Date: Thu, 22 Oct 2015 12:44:52 +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: 57400be1-9bfa-4b05-a4e2-50080c4cb95a X-Archives-Hash: d8b264bae89d3e4ed06c98834edb693f commit: 6e455028176c1ec4c470d41c827672c3ff2dad57 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 12:43:48 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 22 12:44:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e455028 eclass: Fix varaible name in docs string Signed-off-by: Justin Lecher gentoo.org> eclass/java-pkg-simple.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index db1ea66..48d0757 100644 --- a/eclass/java-pkg-simple.eclass +++ b/eclass/java-pkg-simple.eclass @@ -59,7 +59,7 @@ S="${WORKDIR}" # JAVA_SRC_DIR="src/java/org/gentoo" # @CODE -# @ECLASS-VARIABLE: JAVA_SRC_DIR +# @ECLASS-VARIABLE: JAVA_ENCODING # @DESCRIPTION: # The character encoding used in the source files. : ${JAVA_ENCODING:=UTF-8}