diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-09 22:00:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-09 22:33:08 +0100 |
commit | 19f71e03b879cc9dcaf36407e26489434a03a1bf (patch) | |
tree | dd42cde556664a74b3e87a0d90b0a2b3daa8be69 /dev-java/picocontainer | |
parent | app-crypt/jacksum: Bump to EAPI 7 (diff) | |
download | gentoo-19f71e03b879cc9dcaf36407e26489434a03a1bf.tar.gz gentoo-19f71e03b879cc9dcaf36407e26489434a03a1bf.tar.bz2 gentoo-19f71e03b879cc9dcaf36407e26489434a03a1bf.zip |
dev-java/picocontainer: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697358
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-java/picocontainer')
-rw-r--r-- | dev-java/picocontainer/picocontainer-1.1-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-java/picocontainer/picocontainer-1.1-r1.ebuild b/dev-java/picocontainer/picocontainer-1.1-r1.ebuild index a49d6d45238c..426b18e4aeb6 100644 --- a/dev-java/picocontainer/picocontainer-1.1-r1.ebuild +++ b/dev-java/picocontainer/picocontainer-1.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit java-pkg-2 java-ant-2 @@ -25,9 +25,9 @@ DEPEND=">=virtual/jdk-1.4 RESTRICT="test" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { + default + # Don't run tests automatically sed -i -e 's/compile,test/compile/' build.xml || die |