diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:42:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:54:03 +0100 |
commit | b43eb53042baff3f5a7ac6d07c146db163df53f8 (patch) | |
tree | ce8882bfc26b3f110384dfced8ba4f1492c54f19 /dev-db/henplus | |
parent | dev-db/cdb: use standard block structure (diff) | |
download | gentoo-b43eb53042baff3f5a7ac6d07c146db163df53f8.tar.gz gentoo-b43eb53042baff3f5a7ac6d07c146db163df53f8.tar.bz2 gentoo-b43eb53042baff3f5a7ac6d07c146db163df53f8.zip |
dev-db/henplus: 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-db/henplus')
-rw-r--r-- | dev-db/henplus/henplus-0.9.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/henplus/henplus-0.9.8-r1.ebuild b/dev-db/henplus/henplus-0.9.8-r1.ebuild index cee0e94668a1..4d87fb8700b0 100644 --- a/dev-db/henplus/henplus-0.9.8-r1.ebuild +++ b/dev-db/henplus/henplus-0.9.8-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="doc source" -inherit java-pkg-2 eutils java-ant-2 +inherit java-pkg-2 epatch java-ant-2 DESCRIPTION="Java-based multisession SQL shell for databases with JDBC support" HOMEPAGE="http://henplus.sf.net" |