summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/mojarra/mojarra-2.2.12-r1.ebuild')
-rw-r--r--dev-java/mojarra/mojarra-2.2.12-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/mojarra/mojarra-2.2.12-r1.ebuild b/dev-java/mojarra/mojarra-2.2.12-r1.ebuild
index 932096b08dac..d63bbebd8188 100644
--- a/dev-java/mojarra/mojarra-2.2.12-r1.ebuild
+++ b/dev-java/mojarra/mojarra-2.2.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,8 +48,8 @@ java_prepare() {
mkdir src || die
mv * src
- # We *MUST* bump Groovy to 2.4 at some point
- # to make this stuff work correctly.
+ # We *MUST* bump Groovy to 2.4 at some point
+ # to make this stuff work correctly.
rm -v src/com/sun/faces/scripting/groovy/GroovyHelperImpl.java || die
epatch "${FILESDIR}"/${P}-Util.java.patch
}