summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-10-04 11:35:17 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-10-04 11:40:44 +0200
commit0886e996eb109db054a755ada62cf46392916b4b (patch)
treef403e7b8871480fee1c36b4229738770008d3abd /dev-java/easymock
parentdev-java/commons-compress: changes to align with the previous version ebuild (diff)
downloadgentoo-0886e996eb109db054a755ada62cf46392916b4b.tar.gz
gentoo-0886e996eb109db054a755ada62cf46392916b4b.tar.bz2
gentoo-0886e996eb109db054a755ada62cf46392916b4b.zip
dev-java/easymock: update EAPI 7 -> 8
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-java/easymock')
-rw-r--r--dev-java/easymock/easymock-3.3.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/easymock/easymock-3.3.1-r1.ebuild b/dev-java/easymock/easymock-3.3.1-r1.ebuild
index 8a7db3b2235f..0193c3bb5f12 100644
--- a/dev-java/easymock/easymock-3.3.1-r1.ebuild
+++ b/dev-java/easymock/easymock-3.3.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
JAVA_PKG_IUSE="doc source test"
MAVEN_ID="org.easymock:easymock:3.3.1"