summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/okio/okio-1.11.0.ebuild')
-rw-r--r--dev-java/okio/okio-1.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/okio/okio-1.11.0.ebuild b/dev-java/okio/okio-1.11.0.ebuild
index 57105c8e9838..ce07c77a5885 100644
--- a/dev-java/okio/okio-1.11.0.ebuild
+++ b/dev-java/okio/okio-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -34,6 +34,6 @@ S="${WORKDIR}/${PN}-${MY_P}"
JAVA_GENTOO_CLASSPATH="jmh-core,junit-4"
-src_prepare(){
+src_prepare() {
epatch "${FILESDIR}/okio-remove-maven-animal-jre.patch"
}