diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:44:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:54:32 +0100 |
commit | 82e0f27344e80e4723f038e391b1d352ad501b38 (patch) | |
tree | 08f7fa6f6109d676cdf73f24a715db22b2c1aecb /dev-java | |
parent | dev-java/commons-el: eutils->epatch (diff) | |
download | gentoo-82e0f27344e80e4723f038e391b1d352ad501b38.tar.gz gentoo-82e0f27344e80e4723f038e391b1d352ad501b38.tar.bz2 gentoo-82e0f27344e80e4723f038e391b1d352ad501b38.zip |
dev-java/commons-fileupload: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-fileupload/commons-fileupload-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild index c3bb05e55607..b5ddf03cb6a9 100644 --- a/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild +++ b/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="High-performance file upload capability to your servlets and web applications" HOMEPAGE="http://commons.apache.org/fileupload/" |